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.
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_records ⇒ Integer
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
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_id ⇒ String
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
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 |