Class: Aws::RedshiftServerless::Types::RestoreTableFromSnapshotResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_restore_statusTypes::TableRestoreStatus

The TableRestoreStatus object that contains the status of the restore operation.



2453
2454
2455
2456
2457
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2453

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