Class: DatadogAPIClient::V1::AWSAccountListResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::AWSAccountListResponse
- 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
-
#accounts ⇒ Object
List of enabled AWS accounts.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#accounts ⇒ Object
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 |