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

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 that can be used in a subsequent DescribeTableRestoreStatus request.

Returns:

  • (String)


11788
11789
11790
11791
11792
11793
# File 'lib/aws-sdk-redshift/types.rb', line 11788

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

#table_restore_status_detailsArray<Types::TableRestoreStatus>

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

Returns:



11788
11789
11790
11791
11792
11793
# File 'lib/aws-sdk-redshift/types.rb', line 11788

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