Class: Aws::Redshift::Types::DescribeReservedNodeExchangeStatusOutputMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DescribeReservedNodeExchangeStatusOutputMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
A pagination token provided by a previous ‘DescribeReservedNodeExchangeStatus` request.
-
#reserved_node_exchange_status_details ⇒ Array<Types::ReservedNodeExchangeStatus>
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
Instance Attribute Details
#marker ⇒ String
A pagination token provided by a previous ‘DescribeReservedNodeExchangeStatus` request.
5511 5512 5513 5514 5515 5516 |
# File 'lib/aws-sdk-redshift/types.rb', line 5511 class DescribeReservedNodeExchangeStatusOutputMessage < Struct.new( :reserved_node_exchange_status_details, :marker) SENSITIVE = [] include Aws::Structure end |
#reserved_node_exchange_status_details ⇒ Array<Types::ReservedNodeExchangeStatus>
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
5511 5512 5513 5514 5515 5516 |
# File 'lib/aws-sdk-redshift/types.rb', line 5511 class DescribeReservedNodeExchangeStatusOutputMessage < Struct.new( :reserved_node_exchange_status_details, :marker) SENSITIVE = [] include Aws::Structure end |