Class: DatadogAPIClient::V2::AWSAccountUpdateRequestData

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

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_update_request_data.rb', line 35

def additional_properties
  @additional_properties
end

#attributesObject

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

#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.



30
31
32
# File 'lib/datadog_api_client/v2/models/aws_account_update_request_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_update_request_data.rb', line 33

def type
  @type
end