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.



1492
1493
1494
1495
1496
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1492

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