Class: DatadogAPIClient::V2::AWSRelatedAccountAttributes

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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#has_datadog_integrationObject

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

#nameObject

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