RestoreFromSnapshotRequest
public struct RestoreFromSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the snapshot to restore from.
Declaration
Swift
public let snapshotId: String
-
Undocumented
Declaration
Swift
public init(snapshotId: String)
-
Declaration
Swift
public func validate(name: String) throws