class Aws::ElasticsearchService::Client

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

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

Overloads:
  • describe_reserved_elasticsearch_instances(params = {})

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

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

Options Hash: (**params)
  • :next_token (String) --
  • :max_results (Integer) --
  • :reserved_elasticsearch_instance_id (String) --
def describe_reserved_elasticsearch_instances(params = {}, options = {})
  req = build_request(:describe_reserved_elasticsearch_instances, params)
  req.send_request(options)
end