Sha256: 911583c9cd748b9324cd5b84feb7fa0f88d01b85bddcea72d152b85a60e00691
Contents?: true
Size: 528 Bytes
Versions: 2
Compression:
Stored size: 528 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.6.0 | docs/v1/AWSAccountListResponse.md |
datadog_api_client-1.5.0 | docs/v1/AWSAccountListResponse.md |