Class: Aws::Redshift::Types::PurchaseReservedNodeOfferingMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#node_countInteger

The number of reserved nodes that you want to purchase.

Default: 1

Returns:

  • (Integer)


9221
9222
9223
9224
9225
9226
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9221

class PurchaseReservedNodeOfferingMessage < Struct.new(
  :reserved_node_offering_id,
  :node_count)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_node_offering_idString

The unique identifier of the reserved node offering you want to purchase.

Returns:

  • (String)


9221
9222
9223
9224
9225
9226
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9221

class PurchaseReservedNodeOfferingMessage < Struct.new(
  :reserved_node_offering_id,
  :node_count)
  SENSITIVE = []
  include Aws::Structure
end