Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for results from ‘DescribeReservedElasticsearchInstanceOfferings`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
-
#reserved_elasticsearch_instance_offerings ⇒ Array<Types::ReservedElasticsearchInstanceOffering>
List of reserved Elasticsearch instance offerings.
Instance Attribute Details
#next_token ⇒ String
Provides an identifier to allow retrieval of paginated results.
1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1582 class DescribeReservedElasticsearchInstanceOfferingsResponse < Struct.new( :next_token, :reserved_elasticsearch_instance_offerings) SENSITIVE = [] include Aws::Structure end |
#reserved_elasticsearch_instance_offerings ⇒ Array<Types::ReservedElasticsearchInstanceOffering>
List of reserved Elasticsearch instance offerings
1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1582 class DescribeReservedElasticsearchInstanceOfferingsResponse < Struct.new( :next_token, :reserved_elasticsearch_instance_offerings) SENSITIVE = [] include Aws::Structure end |