RestoreBackupRequest
public struct RestoreBackupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the backup to be restored. To find the ID of a backup, use the DescribeBackups operation.
Declaration
Swift
public let backupId: String
-
Undocumented
Declaration
Swift
public init(backupId: String)
-
Declaration
Swift
public func validate(name: String) throws