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.



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

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](docs.aws.amazon.com/whitepapers/latest/aws-fault-isolation-boundaries/partitions.html) in the AWS documentation for more information.



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

def aws_partition
  @aws_partition
end

#aws_regionsObject

AWS Regions to collect data from. Defaults to ‘include_all`.



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

def aws_regions
  @aws_regions
end

#created_atObject

Timestamp of when the account integration was created.



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

def created_at
  @created_at
end

#logs_configObject

AWS Logs Collection config.



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

def logs_config
  @logs_config
end

#metrics_configObject

AWS Metrics Collection config.



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

def metrics_config
  @metrics_config
end

#modified_atObject

Timestamp of when the account integration was updated.



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

def modified_at
  @modified_at
end

#resources_configObject

AWS Resources Collection config.



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

def resources_config
  @resources_config
end

#traces_configObject

AWS Traces Collection config.



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

def traces_config
  @traces_config
end