Class: DatadogAPIClient::V2::AWSAccountResponseAttributes

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

Overview

AWS Account response attributes.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#account_tagsObject

Tags to apply to all hosts and metrics reporting for this account. Defaults to [].



25
26
27
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 25

def 
  @account_tags
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



58
59
60
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 58

def additional_properties
  @additional_properties
end

#auth_configObject

AWS Authentication config.



28
29
30
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 28

def auth_config
  @auth_config
end

#aws_account_idObject

AWS Account ID.



31
32
33
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 31

def 
  @aws_account_id
end

#aws_partitionObject

AWS partition your AWS account is scoped to. Defaults to aws. See Partitions in the AWS documentation for more information.



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

def aws_partition
  @aws_partition
end

#aws_regionsObject

AWS Regions to collect data from. Defaults to include_all.



38
39
40
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 38

def aws_regions
  @aws_regions
end

#created_atObject

Timestamp of when the account integration was created.



41
42
43
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 41

def created_at
  @created_at
end

#logs_configObject

AWS Logs Collection config.



44
45
46
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 44

def logs_config
  @logs_config
end

#metrics_configObject

AWS Metrics Collection config.



47
48
49
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 47

def metrics_config
  @metrics_config
end

#modified_atObject

Timestamp of when the account integration was updated.



50
51
52
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 50

def modified_at
  @modified_at
end

#resources_configObject

AWS Resources Collection config.



53
54
55
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 53

def resources_config
  @resources_config
end

#traces_configObject

AWS Traces Collection config.



56
57
58
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 56

def traces_config
  @traces_config
end