Class: Aws::Redshift::Types::GetReservedNodeExchangeOfferingsInputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::GetReservedNodeExchangeOfferingsInputMessage
- Includes:
- Structure
- Defined in:
- 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.
7047 7048 7049 7050 7051 7052 7053 |
# File 'lib/aws-sdk-redshift/types.rb', line 7047 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.
7047 7048 7049 7050 7051 7052 7053 |
# File 'lib/aws-sdk-redshift/types.rb', line 7047 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.
7047 7048 7049 7050 7051 7052 7053 |
# File 'lib/aws-sdk-redshift/types.rb', line 7047 class GetReservedNodeExchangeOfferingsInputMessage < Struct.new( :reserved_node_id, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |