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.
9588 9589 9590 9591 9592 |
# File 'lib/aws-sdk-redshift/types.rb', line 9588 class PurchaseReservedNodeOfferingResult < Struct.new( :reserved_node) SENSITIVE = [] include Aws::Structure end |