Class: Aws::Redshift::Types::GetReservedNodeExchangeConfigurationOptionsOutputMessage

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

#markerString

A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions request.

Returns:

  • (String)


7155
7156
7157
7158
7159
7160
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7155

class GetReservedNodeExchangeConfigurationOptionsOutputMessage < Struct.new(
  :marker,
  :reserved_node_configuration_option_list)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_node_configuration_option_listArray<Types::ReservedNodeConfigurationOption>

the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.



7155
7156
7157
7158
7159
7160
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7155

class GetReservedNodeExchangeConfigurationOptionsOutputMessage < Struct.new(
  :marker,
  :reserved_node_configuration_option_list)
  SENSITIVE = []
  include Aws::Structure
end