Class: Aws::Redshift::Types::AcceptReservedNodeExchangeInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::AcceptReservedNodeExchangeInputMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reserved_node_id ⇒ String
A string representing the node identifier of the DC1 Reserved Node to be exchanged.
-
#target_reserved_node_offering_id ⇒ String
The unique identifier of the DC2 Reserved Node offering to be used for the exchange.
Instance Attribute Details
#reserved_node_id ⇒ String
A string representing the node identifier of the DC1 Reserved Node to be exchanged.
26 27 28 29 30 31 |
# File 'lib/aws-sdk-redshift/types.rb', line 26 class AcceptReservedNodeExchangeInputMessage < Struct.new( :reserved_node_id, :target_reserved_node_offering_id) SENSITIVE = [] include Aws::Structure end |
#target_reserved_node_offering_id ⇒ String
The unique identifier of the DC2 Reserved Node offering to be used for the exchange. You can obtain the value for the parameter by calling GetReservedNodeExchangeOfferings
26 27 28 29 30 31 |
# File 'lib/aws-sdk-redshift/types.rb', line 26 class AcceptReservedNodeExchangeInputMessage < Struct.new( :reserved_node_id, :target_reserved_node_offering_id) SENSITIVE = [] include Aws::Structure end |