DeleteApplicationSnapshotRequest
public struct DeleteApplicationSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of an existing application.
Declaration
Swift
public let applicationName: String -
The creation timestamp of the application snapshot to delete. You can retrieve this value using or .
Declaration
Swift
public let snapshotCreationTimestamp: TimeStamp -
The identifier for the snapshot delete.
Declaration
Swift
public let snapshotName: String -
Undocumented
Declaration
Swift
public init(applicationName: String, snapshotCreationTimestamp: TimeStamp, snapshotName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeleteApplicationSnapshotRequest Structure Reference