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

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 value that indicates the starting point for the next set of ReservedNodeOfferings.

Returns:

  • (String)


6875
6876
6877
6878
6879
6880
6881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6875

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)


6875
6876
6877
6878
6879
6880
6881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6875

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)


6875
6876
6877
6878
6879
6880
6881
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6875

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