DescribeApplicationSnapshotRequest
public struct DescribeApplicationSnapshotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of an existing application.
Declaration
Swift
public let applicationName: String
-
The identifier of an application snapshot. You can retrieve this value using .
Declaration
Swift
public let snapshotName: String
-
Undocumented
Declaration
Swift
public init(applicationName: String, snapshotName: String)
-
Declaration
Swift
public func validate(name: String) throws