Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsResponse

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

Overview

Container for results from ‘DescribeReservedElasticsearchInstanceOfferings`

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Provides an identifier to allow retrieval of paginated results.

Returns:

  • (String)


1686
1687
1688
1689
1690
1691
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1686

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

#reserved_elasticsearch_instance_offeringsArray<Types::ReservedElasticsearchInstanceOffering>

List of reserved Elasticsearch instance offerings



1686
1687
1688
1689
1690
1691
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1686

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