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

Class: Aws::Redshift::Types::AcceptReservedNodeExchangeInputMessage

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

Overview

Note:

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

{
  reserved_node_id: "String", # required
  target_reserved_node_offering_id: "String", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#reserved_node_idString

A string representing the node identifier of the DC1 Reserved Node to be exchanged.

Returns:

  • (String)

    A string representing the node identifier of the DC1 Reserved Node to be exchanged.

#target_reserved_node_offering_idString

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

Returns:

  • (String)

    The unique identifier of the DC2 Reserved Node offering to be used for the exchange.