class Aws::Redshift::Types::TableRestoreStatus
Describes the status of a RestoreTableFromClusterSnapshot operation.
@!attribute [rw] table_restore_request_id
The unique identifier for the table restore request. @return [String]
@!attribute [rw] status
A value that describes the current state of the table restore request. Valid Values: `SUCCEEDED`, `FAILED`, `CANCELED`, `PENDING`, `IN_PROGRESS` @return [String]
@!attribute [rw] message
A description of the status of the table restore request. Status values include `SUCCEEDED`, `FAILED`, `CANCELED`, `PENDING`, `IN_PROGRESS`. @return [String]
@!attribute [rw] request_time
The time that the table restore request was made, in Universal Coordinated Time (UTC). @return [Time]
@!attribute [rw] progress_in_mega_bytes
The amount of data restored to the new table so far, in megabytes (MB). @return [Integer]
@!attribute [rw] total_data_in_mega_bytes
The total amount of data to restore to the new table, in megabytes (MB). @return [Integer]
@!attribute [rw] cluster_identifier
The identifier of the Amazon Redshift cluster that the table is being restored to. @return [String]
@!attribute [rw] snapshot_identifier
The identifier of the snapshot that the table is being restored from. @return [String]
@!attribute [rw] source_database_name
The name of the source database that contains the table being restored. @return [String]
@!attribute [rw] source_schema_name
The name of the source schema that contains the table being restored. @return [String]
@!attribute [rw] source_table_name
The name of the source table being restored. @return [String]
@!attribute [rw] target_database_name
The name of the database to restore the table to. @return [String]
@!attribute [rw] target_schema_name
The name of the schema to restore the table to. @return [String]
@!attribute [rw] new_table_name
The name of the table to create as a result of the table restore request. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/TableRestoreStatus AWS API Documentation
Constants
- SENSITIVE