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.
6337 6338 6339 6340 6341 6342 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6337 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.
6337 6338 6339 6340 6341 6342 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6337 class PurchaseReservedInstanceOfferingResponse < Struct.new( :reserved_instance_id, :reservation_name) SENSITIVE = [] include Aws::Structure end |