Class: Aws::ElasticsearchService::Types::PurchaseReservedElasticsearchInstanceOfferingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::PurchaseReservedElasticsearchInstanceOfferingResponse
- Includes:
- Structure
- Defined in:
- 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.
3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3399 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.
3399 3400 3401 3402 3403 3404 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3399 class PurchaseReservedElasticsearchInstanceOfferingResponse < Struct.new( :reserved_elasticsearch_instance_id, :reservation_name) SENSITIVE = [] include Aws::Structure end |