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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticsearchservice/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)


1729
1730
1731
1732
1733
1734
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1729

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

#reserved_elasticsearch_instancesArray<Types::ReservedElasticsearchInstance>

List of reserved Elasticsearch instances.



1729
1730
1731
1732
1733
1734
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1729

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