TableRestoreStatus
public struct TableRestoreStatus : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The identifier of the Amazon Redshift cluster that the table is being restored to. DeclarationSwift public let clusterIdentifier: String?
- 
                  
                  A description of the status of the table restore request. Status values include SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS. DeclarationSwift public let message: String?
- 
                  
                  The name of the table to create as a result of the table restore request. DeclarationSwift public let newTableName: String?
- 
                  
                  The amount of data restored to the new table so far, in megabytes (MB). DeclarationSwift public let progressInMegaBytes: Int64?
- 
                  
                  The time that the table restore request was made, in Universal Coordinated Time (UTC). DeclarationSwift public let requestTime: TimeStamp?
- 
                  
                  The identifier of the snapshot that the table is being restored from. DeclarationSwift public let snapshotIdentifier: String?
- 
                  
                  The name of the source database that contains the table being restored. DeclarationSwift public let sourceDatabaseName: String?
- 
                  
                  The name of the source schema that contains the table being restored. DeclarationSwift public let sourceSchemaName: String?
- 
                  
                  The name of the source table being restored. DeclarationSwift public let sourceTableName: String?
- 
                  
                  A value that describes the current state of the table restore request. Valid Values: SUCCEEDED, FAILED, CANCELED, PENDING, IN_PROGRESS DeclarationSwift public let status: TableRestoreStatusType?
- 
                  
                  The unique identifier for the table restore request. DeclarationSwift public let tableRestoreRequestId: String?
- 
                  
                  The name of the database to restore the table to. DeclarationSwift public let targetDatabaseName: String?
- 
                  
                  The name of the schema to restore the table to. DeclarationSwift public let targetSchemaName: String?
- 
                  
                  The total amount of data to restore to the new table, in megabytes (MB). DeclarationSwift public let totalDataInMegaBytes: Int64?
- 
                  init(clusterIdentifier:message:newTableName:progressInMegaBytes:requestTime:snapshotIdentifier:sourceDatabaseName:sourceSchemaName:sourceTableName:status:tableRestoreRequestId:targetDatabaseName:targetSchemaName:totalDataInMegaBytes:)Undocumented DeclarationSwift public init(clusterIdentifier: String? = nil, message: String? = nil, newTableName: String? = nil, progressInMegaBytes: Int64? = nil, requestTime: TimeStamp? = nil, snapshotIdentifier: String? = nil, sourceDatabaseName: String? = nil, sourceSchemaName: String? = nil, sourceTableName: String? = nil, status: TableRestoreStatusType? = nil, tableRestoreRequestId: String? = nil, targetDatabaseName: String? = nil, targetSchemaName: String? = nil, totalDataInMegaBytes: Int64? = nil)
 View on GitHub
View on GitHub TableRestoreStatus Structure Reference
        TableRestoreStatus Structure Reference