Class: Aws::Redshift::Types::GetReservedNodeExchangeOfferingsInputMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

A value that indicates the starting point for the next set of ReservedNodeOfferings.

Returns:

  • (String)


6994
6995
6996
6997
6998
6999
7000
# File 'lib/aws-sdk-redshift/types.rb', line 6994

class GetReservedNodeExchangeOfferingsInputMessage < Struct.new(
  :reserved_node_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

An integer setting the maximum number of ReservedNodeOfferings to retrieve.

Returns:

  • (Integer)


6994
6995
6996
6997
6998
6999
7000
# File 'lib/aws-sdk-redshift/types.rb', line 6994

class GetReservedNodeExchangeOfferingsInputMessage < Struct.new(
  :reserved_node_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_node_idString

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

Returns:

  • (String)


6994
6995
6996
6997
6998
6999
7000
# File 'lib/aws-sdk-redshift/types.rb', line 6994

class GetReservedNodeExchangeOfferingsInputMessage < Struct.new(
  :reserved_node_id,
  :max_records,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end