Class: Aws::RedshiftServerless::Types::GetTableRestoreStatusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_restore_statusTypes::TableRestoreStatus

The returned ‘TableRestoreStatus` object that contains information about the status of your `RestoreTableFromSnapshot` request.



870
871
872
873
874
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 870

class GetTableRestoreStatusResponse < Struct.new(
  :table_restore_status)
  SENSITIVE = []
  include Aws::Structure
end