Class: DatadogAPIClient::V1::AWSAccountListResponse

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

Overview

List of enabled AWS accounts.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#accountsObject

List of enabled AWS accounts.



25
26
27
# File 'lib/datadog_api_client/v1/models/aws_account_list_response.rb', line 25

def accounts
  @accounts
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



27
28
29
# File 'lib/datadog_api_client/v1/models/aws_account_list_response.rb', line 27

def additional_properties
  @additional_properties
end