Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchDomainsResponse
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
1473 1474 1475 1476 1477 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1473 class DescribeElasticsearchDomainsResponse < Struct.new( :domain_status_list) SENSITIVE = [] include Aws::Structure end |