Class: Aws::OpenSearchService::Types::PurchaseReservedInstanceOfferingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PurchaseReservedInstanceOfferingResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Represents the output of a ‘PurchaseReservedInstanceOffering` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reservation_name ⇒ String
The customer-specified identifier used to track this reservation.
-
#reserved_instance_id ⇒ String
The ID of the Reserved Instance offering that was purchased.
Instance Attribute Details
#reservation_name ⇒ String
The customer-specified identifier used to track this reservation.
5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5246 class PurchaseReservedInstanceOfferingResponse < Struct.new( :reserved_instance_id, :reservation_name) SENSITIVE = [] include Aws::Structure end |
#reserved_instance_id ⇒ String
The ID of the Reserved Instance offering that was purchased.
5246 5247 5248 5249 5250 5251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5246 class PurchaseReservedInstanceOfferingResponse < Struct.new( :reserved_instance_id, :reservation_name) SENSITIVE = [] include Aws::Structure end |