Class: Aws::RedshiftServerless::Types::RestoreTableFromRecoveryPointResponse

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

Contains information about a table restore request.



2519
2520
2521
2522
2523
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2519

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