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
8279 8280 8281 8282 8283 8284 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8279 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.
8279 8280 8281 8282 8283 8284 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 8279 class PurchaseReservedNodeOfferingMessage < Struct.new( :reserved_node_offering_id, :node_count) SENSITIVE = [] include Aws::Structure end |