Class: Aws::OpenSearchService::Types::PurchaseReservedInstanceOfferingRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PurchaseReservedInstanceOfferingRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for request parameters to the ‘PurchaseReservedInstanceOffering` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_count ⇒ Integer
The number of OpenSearch instances to reserve.
-
#reservation_name ⇒ String
A customer-specified identifier to track this reservation.
-
#reserved_instance_offering_id ⇒ String
The ID of the Reserved Instance offering to purchase.
Instance Attribute Details
#instance_count ⇒ Integer
The number of OpenSearch instances to reserve.
6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6073 class PurchaseReservedInstanceOfferingRequest < Struct.new( :reserved_instance_offering_id, :reservation_name, :instance_count) SENSITIVE = [] include Aws::Structure end |
#reservation_name ⇒ String
A customer-specified identifier to track this reservation.
6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6073 class PurchaseReservedInstanceOfferingRequest < Struct.new( :reserved_instance_offering_id, :reservation_name, :instance_count) SENSITIVE = [] include Aws::Structure end |
#reserved_instance_offering_id ⇒ String
The ID of the Reserved Instance offering to purchase.
6073 6074 6075 6076 6077 6078 6079 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6073 class PurchaseReservedInstanceOfferingRequest < Struct.new( :reserved_instance_offering_id, :reservation_name, :instance_count) SENSITIVE = [] include Aws::Structure end |