Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstancesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for results from ‘DescribeReservedElasticsearchInstances`

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1625

class DescribeReservedElasticsearchInstancesResponse < Struct.new(
  :next_token,
  :reserved_elasticsearch_instances)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_elasticsearch_instancesArray<Types::ReservedElasticsearchInstance>

List of reserved Elasticsearch instances.



1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1625

class DescribeReservedElasticsearchInstancesResponse < Struct.new(
  :next_token,
  :reserved_elasticsearch_instances)
  SENSITIVE = []
  include Aws::Structure
end