Class: Aws::ElasticsearchService::Types::PurchaseReservedElasticsearchInstanceOfferingResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ElasticsearchService::Types::PurchaseReservedElasticsearchInstanceOfferingResponse
 
- Defined in:
- gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb
Overview
Represents the output of a
PurchaseReservedElasticsearchInstanceOffering operation.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #reservation_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The customer-specified identifier used to track this reservation. 
- 
  
    
      #reserved_elasticsearch_instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Details of the reserved Elasticsearch instance which was purchased. 
Instance Attribute Details
#reservation_name ⇒ String
The customer-specified identifier used to track this reservation.
| 3559 3560 3561 3562 3563 3564 | # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3559 class PurchaseReservedElasticsearchInstanceOfferingResponse < Struct.new( :reserved_elasticsearch_instance_id, :reservation_name) SENSITIVE = [] include Aws::Structure end | 
#reserved_elasticsearch_instance_id ⇒ String
Details of the reserved Elasticsearch instance which was purchased.
| 3559 3560 3561 3562 3563 3564 | # File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3559 class PurchaseReservedElasticsearchInstanceOfferingResponse < Struct.new( :reserved_elasticsearch_instance_id, :reservation_name) SENSITIVE = [] include Aws::Structure end |