You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticsearchService::Types::DescribeElasticsearchDomainsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeElasticsearchDomainsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeElasticsearchDomainsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
domain_names: ["DomainName"], # required
}
Container for the parameters to the DescribeElasticsearchDomains
operation. By default, the API returns the status of all Elasticsearch domains.
Instance Attribute Summary collapse
-
#domain_names ⇒ Array<String>
The Elasticsearch domains for which you want information.
Instance Attribute Details
#domain_names ⇒ Array<String>
The Elasticsearch domains for which you want information.