Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchDomainsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
The result of a ‘DescribeElasticsearchDomains` request. Contains the status of the specified domains or all domains owned by the account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_status_list ⇒ Array<Types::ElasticsearchDomainStatus>
The status of the domains requested in the ‘DescribeElasticsearchDomains` request.
Instance Attribute Details
#domain_status_list ⇒ Array<Types::ElasticsearchDomainStatus>
The status of the domains requested in the ‘DescribeElasticsearchDomains` request.
1331 1332 1333 1334 1335 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1331 class DescribeElasticsearchDomainsResponse < Struct.new( :domain_status_list) SENSITIVE = [] include Aws::Structure end |