You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing PurchaseReservedNodeOfferingMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  reserved_node_offering_id: "String", # required
  node_count: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#node_count ⇒ Integer

The number of reserved nodes that you want to purchase.

Default: 1

Returns:

  • (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.

Returns:

  • (String) —

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