Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for parameters to ‘DescribeReservedElasticsearchInstanceOfferings`
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Set this value to limit the number of results returned.
-
#next_token ⇒ String
NextToken should be sent in case if earlier API call produced result containing NextToken.
-
#reserved_elasticsearch_instance_offering_id ⇒ String
The offering identifier filter value.
Instance Attribute Details
#max_results ⇒ Integer
Set this value to limit the number of results returned. If not specified, defaults to 100.
1563 1564 1565 1566 1567 1568 1569 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1563 class DescribeReservedElasticsearchInstanceOfferingsRequest < Struct.new( :reserved_elasticsearch_instance_offering_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
1563 1564 1565 1566 1567 1568 1569 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1563 class DescribeReservedElasticsearchInstanceOfferingsRequest < Struct.new( :reserved_elasticsearch_instance_offering_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#reserved_elasticsearch_instance_offering_id ⇒ String
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
1563 1564 1565 1566 1567 1568 1569 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1563 class DescribeReservedElasticsearchInstanceOfferingsRequest < Struct.new( :reserved_elasticsearch_instance_offering_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |