RestoreTableFromBackupOutput
public struct RestoreTableFromBackupOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The description of the table created from an existing backup.
Declaration
Swift
public let tableDescription: TableDescription?
-
Undocumented
Declaration
Swift
public init(tableDescription: TableDescription? = nil)