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
show all
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

Instance Attribute Details

#domain_namesArray<String>

The Elasticsearch domains for which you want information.

Returns:

  • (Array<String>)

    The Elasticsearch domains for which you want information.