Class: DatadogAPIClient::V2::AWSRelatedAccountAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AWSRelatedAccountAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/aws_related_account_attributes.rb
Overview
Attributes for an AWS related account.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#has_datadog_integration ⇒ Object
Whether or not the AWS account has a Datadog integration.
-
#name ⇒ Object
The name of the AWS account.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/aws_related_account_attributes.rb', line 30 def additional_properties @additional_properties end |
#has_datadog_integration ⇒ Object
Whether or not the AWS account has a Datadog integration.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/aws_related_account_attributes.rb', line 25 def has_datadog_integration @has_datadog_integration end |
#name ⇒ Object
The name of the AWS account.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/aws_related_account_attributes.rb', line 28 def name @name end |