Class: Aws::Redshift::Types::PurchaseReservedNodeOfferingMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PurchaseReservedNodeOfferingMessage
- Includes:
- Structure
- Defined in:
- 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`
9495 9496 9497 9498 9499 9500 |
# File 'lib/aws-sdk-redshift/types.rb', line 9495 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.
9495 9496 9497 9498 9499 9500 |
# File 'lib/aws-sdk-redshift/types.rb', line 9495 class PurchaseReservedNodeOfferingMessage < Struct.new( :reserved_node_offering_id, :node_count) SENSITIVE = [] include Aws::Structure end |