Class: Aws::Redshift::Types::RestoreTableFromClusterSnapshotResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#table_restore_statusTypes::TableRestoreStatus

Describes the status of a RestoreTableFromClusterSnapshot operation.



7267
7268
7269
7270
# File 'lib/aws-sdk-redshift/types.rb', line 7267

class RestoreTableFromClusterSnapshotResult < Struct.new(
  :table_restore_status)
  include Aws::Structure
end