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
DescribeElasticsearchDomainsrequest.
Instance Attribute Details
#domain_status_list ⇒ Array<Types::ElasticsearchDomainStatus>
The status of the domains requested in the
DescribeElasticsearchDomains request.
1579 1580 1581 1582 1583 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1579 class DescribeElasticsearchDomainsResponse < Struct.new( :domain_status_list) SENSITIVE = [] include Aws::Structure end |