Class: DatadogAPIClient::V2::AWSAccountResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSAccountResponseAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_account_response_attributes.rb
Overview
AWS Account response attributes.
Instance Attribute Summary collapse
-
#account_tags ⇒ Object
Tags to apply to all hosts and metrics reporting for this account.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#auth_config ⇒ Object
AWS Authentication config.
-
#aws_account_id ⇒ Object
readonly
AWS Account ID.
-
#aws_partition ⇒ Object
AWS partition your AWS account is scoped to.
-
#aws_regions ⇒ Object
AWS Regions to collect data from.
-
#created_at ⇒ Object
Timestamp of when the account integration was created.
-
#logs_config ⇒ Object
AWS Logs Collection config.
-
#metrics_config ⇒ Object
AWS Metrics Collection config.
-
#modified_at ⇒ Object
Timestamp of when the account integration was updated.
-
#resources_config ⇒ Object
AWS Resources Collection config.
-
#traces_config ⇒ Object
AWS Traces Collection config.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#account_tags ⇒ Object
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_properties ⇒ Object
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_config ⇒ Object
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_id ⇒ Object
AWS Account ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/aws_account_response_attributes.rb', line 31 def aws_account_id @aws_account_id end |
#aws_partition ⇒ Object
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_regions ⇒ Object
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_at ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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_at ⇒ Object
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_config ⇒ Object
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_config ⇒ Object
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 |