Method: Aws::Redshift::Types::ReservedNodeExchangeStatus#status

Defined in:
lib/aws-sdk-redshift/types.rb

#statusString

The status of the reserved-node exchange request. Statuses include in-progress and requested.

Returns:

  • (String)


10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
# File 'lib/aws-sdk-redshift/types.rb', line 10431

class ReservedNodeExchangeStatus < Struct.new(
  :reserved_node_exchange_request_id,
  :status,
  :request_time,
  :source_reserved_node_id,
  :source_reserved_node_type,
  :source_reserved_node_count,
  :target_reserved_node_offering_id,
  :target_reserved_node_type,
  :target_reserved_node_count)
  SENSITIVE = []
  include Aws::Structure
end