Class: Aws::Redshift::Types::AcceptReservedNodeExchangeOutputMessage

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#exchanged_reserved_nodeTypes::ReservedNode

Describes a reserved node. You can call the DescribeReservedNodeOfferings API to obtain the available reserved node offerings.

Returns:



46
47
48
49
# File 'lib/aws-sdk-redshift/types.rb', line 46

class AcceptReservedNodeExchangeOutputMessage < Struct.new(
  :exchanged_reserved_node)
  include Aws::Structure
end