Class: DatadogAPIClient::V2::AWSAccountUpdateRequestData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSAccountUpdateRequestData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_account_update_request_data.rb
Overview
AWS Account Update Request data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
readonly
The AWS Account Integration Config to be updated.
-
#id ⇒ Object
Unique Datadog ID of the AWS Account Integration Config.
-
#type ⇒ Object
readonly
AWS Account resource type.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v2/models/aws_account_update_request_data.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
The AWS Account Integration Config to be updated.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_account_update_request_data.rb', line 25 def attributes @attributes end |
#id ⇒ Object
Unique Datadog ID of the AWS Account Integration Config. To get the config ID for an account, use the [List all AWS integrations](docs.datadoghq.com/api/latest/aws-integration/#list-all-aws-integrations) endpoint and query by AWS Account ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_account_update_request_data.rb', line 31 def id @id end |
#type ⇒ Object
AWS Account resource type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aws_account_update_request_data.rb', line 34 def type @type end |