Sha256: f1f051468ae17104ab5a3ae2d3533fa3343eeaba48a38d2d1abb231391192f50
Contents?: true
Size: 387 Bytes
Versions: 7
Compression:
Stored size: 387 Bytes
Contents
# DatadogAPIClient::V1::AWSAccountListResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounts** | [**Array<AWSAccount>**](AWSAccount.md) | List of enabled AWS accounts. | [optional] | ## Example ```ruby require 'datadog_api_client/v1' instance = DatadogAPIClient::V1::AWSAccountListResponse.new( accounts: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems