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.



1329
1330
1331
1332
1333
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1329

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