CreateSnapshotRequest
public struct CreateSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The identifier of the directory of which to take a snapshot.
Declaration
Swift
public let directoryId: String -
The descriptive name to apply to the snapshot.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(directoryId: String, name: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateSnapshotRequest Structure Reference