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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/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)


11783
11784
11785
11786
11787
11788
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11783

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:



11783
11784
11785
11786
11787
11788
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 11783

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