You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::DescribeReservedElasticsearchInstanceOfferingsRequest
 
- Defined in:
- (unknown)
Overview
When passing DescribeReservedElasticsearchInstanceOfferingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  reserved_elasticsearch_instance_offering_id: "GUID",
  max_results: 1,
  next_token: "NextToken",
}
Container for parameters to DescribeReservedElasticsearchInstanceOfferings
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.
#next_token ⇒ String
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
#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.