Class: Aws::Redshift::Types::GetReservedNodeExchangeOfferingsInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::GetReservedNodeExchangeOfferingsInputMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
A value that indicates the starting point for the next set of ReservedNodeOfferings.
-
#max_records ⇒ Integer
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
-
#reserved_node_id ⇒ String
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
Instance Attribute Details
#marker ⇒ String
A value that indicates the starting point for the next set of ReservedNodeOfferings.
7030 7031 7032 7033 7034 7035 7036 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7030 class GetReservedNodeExchangeOfferingsInputMessage < Struct.new( :reserved_node_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#max_records ⇒ Integer
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
7030 7031 7032 7033 7034 7035 7036 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7030 class GetReservedNodeExchangeOfferingsInputMessage < Struct.new( :reserved_node_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#reserved_node_id ⇒ String
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
7030 7031 7032 7033 7034 7035 7036 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7030 class GetReservedNodeExchangeOfferingsInputMessage < Struct.new( :reserved_node_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |