class Aws::ElasticsearchService::Client

def describe_elasticsearch_domains(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • describe_elasticsearch_domains(params = {})

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::DescribeElasticsearchDomainsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :domain_names (required, Array) --
def describe_elasticsearch_domains(params = {}, options = {})
  req = build_request(:describe_elasticsearch_domains, params)
  req.send_request(options)
end