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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


26
27
28
29
30
31
# File 'gems/aws-sdk-redshift/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_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)


26
27
28
29
30
31
# File 'gems/aws-sdk-redshift/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