Class: Aws::Redshift::Types::PurchaseReservedNodeOfferingMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PurchaseReservedNodeOfferingMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_count ⇒ Integer
The number of reserved nodes that you want to purchase.
-
#reserved_node_offering_id ⇒ String
The unique identifier of the reserved node offering you want to purchase.
Instance Attribute Details
#node_count ⇒ Integer
The number of reserved nodes that you want to purchase.
Default: 1
9573 9574 9575 9576 9577 9578 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9573 class PurchaseReservedNodeOfferingMessage < Struct.new( :reserved_node_offering_id, :node_count) SENSITIVE = [] include Aws::Structure end |
#reserved_node_offering_id ⇒ String
The unique identifier of the reserved node offering you want to purchase.
9573 9574 9575 9576 9577 9578 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9573 class PurchaseReservedNodeOfferingMessage < Struct.new( :reserved_node_offering_id, :node_count) SENSITIVE = [] include Aws::Structure end |