GetDeployablePatchSnapshotForInstanceRequest
public struct GetDeployablePatchSnapshotForInstanceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the instance for which the appropriate patch snapshot should be retrieved.
Declaration
Swift
public let instanceId: String
-
The user-defined snapshot ID.
Declaration
Swift
public let snapshotId: String
-
Undocumented
Declaration
Swift
public init(instanceId: String, snapshotId: String)
-
Declaration
Swift
public func validate(name: String) throws