Class: DatadogAPIClient::V2::AWSCcmConfigResponseData

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#attributesObject

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

#idObject

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

#typeObject

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