CreateApplicationSnapshotRequest
public struct CreateApplicationSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of an existing application
Declaration
Swift
public let applicationName: String
-
An identifier for the application snapshot.
Declaration
Swift
public let snapshotName: String
-
Undocumented
Declaration
Swift
public init(applicationName: String, snapshotName: String)
-
Declaration
Swift
public func validate(name: String) throws