Class: DatadogAPIClient::V2::AWSCcmConfigResponseData
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSCcmConfigResponseData
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_ccm_config_response_data.rb
Overview
AWS CCM Config response data.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#attributes ⇒ Object
AWS CCM Config response attributes.
-
#id ⇒ Object
Unique Datadog ID of the AWS Account Integration Config.
-
#type ⇒ Object
readonly
AWS CCM Config 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_ccm_config_response_data.rb', line 36 def additional_properties @additional_properties end |
#attributes ⇒ Object
AWS CCM Config response attributes.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_ccm_config_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.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_ccm_config_response_data.rb', line 31 def id @id end |
#type ⇒ Object
AWS CCM Config resource type.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/aws_ccm_config_response_data.rb', line 34 def type @type end |