Class: DatadogAPIClient::V2::AWSAccountResponseData

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/aws_account_response_data.rb

Overview

AWS Account 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.



35
36
37
# File 'lib/datadog_api_client/v2/models/aws_account_response_data.rb', line 35

def additional_properties
  @additional_properties
end

#attributesObject

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

#idObject

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.



30
31
32
# File 'lib/datadog_api_client/v2/models/aws_account_response_data.rb', line 30

def id
  @id
end

#typeObject

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