Class: Aws::Redshift::Types::TableRestoreStatusMessage

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

A pagination token that can be used in a subsequent DescribeTableRestoreStatus request.

Returns:

  • (String)


7984
7985
7986
7987
7988
# File 'lib/aws-sdk-redshift/types.rb', line 7984

class TableRestoreStatusMessage < Struct.new(
  :table_restore_status_details,
  :marker)
  include Aws::Structure
end

#table_restore_status_detailsArray<Types::TableRestoreStatus>

A list of status details for one or more table restore requests.

Returns:



7984
7985
7986
7987
7988
# File 'lib/aws-sdk-redshift/types.rb', line 7984

class TableRestoreStatusMessage < Struct.new(
  :table_restore_status_details,
  :marker)
  include Aws::Structure
end