Class: Aws::Redshift::Types::DescribeReservedNodeExchangeStatusOutputMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

A pagination token provided by a previous ‘DescribeReservedNodeExchangeStatus` request.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
# File 'lib/aws-sdk-redshift/types.rb', line 5387

class DescribeReservedNodeExchangeStatusOutputMessage < Struct.new(
  :reserved_node_exchange_status_details,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_node_exchange_status_detailsArray<Types::ReservedNodeExchangeStatus>

The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.



5387
5388
5389
5390
5391
5392
# File 'lib/aws-sdk-redshift/types.rb', line 5387

class DescribeReservedNodeExchangeStatusOutputMessage < Struct.new(
  :reserved_node_exchange_status_details,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end