Class: Aws::Redshift::Types::PurchaseReservedNodeOfferingResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PurchaseReservedNodeOfferingResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_node ⇒ Types::ReservedNode
Describes a reserved node.
Instance Attribute Details
#reserved_node ⇒ Types::ReservedNode
Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.
9510 9511 9512 9513 9514 |
# File 'lib/aws-sdk-redshift/types.rb', line 9510 class PurchaseReservedNodeOfferingResult < Struct.new( :reserved_node) SENSITIVE = [] include Aws::Structure end |