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.



29
30
31
# File 'lib/datadog_api_client/v1/models/aws_account_list_response.rb', line 29

def accounts
  @accounts
end