Class: DatadogAPIClient::V2::AWSAccountResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSAccountResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_account_response_data.rb
Overview
AWS Account response data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
AWS Account response attributes.
-
#id ⇒ Object
readonly
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.
35 36 37 |
# File 'lib/datadog_api_client/v2/models/aws_account_response_data.rb', line 35 def additional_properties @additional_properties end |
#attributes ⇒ Object
AWS Account response attributes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_account_response_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 endpoint and query by AWS Account ID.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/aws_account_response_data.rb', line 30 def id @id end |
#type ⇒ Object
AWS Account resource type.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/aws_account_response_data.rb', line 33 def type @type end |