DescribePatchGroupStateRequest
public struct DescribePatchGroupStateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the patch group whose patch snapshot should be retrieved.
Declaration
Swift
public let patchGroup: String
-
Undocumented
Declaration
Swift
public init(patchGroup: String)
-
Declaration
Swift
public func validate(name: String) throws