GetImageRecipePolicyRequest
public struct GetImageRecipePolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the image recipe whose policy you want to retrieve.
Declaration
Swift
public let imageRecipeArn: String
-
Undocumented
Declaration
Swift
public init(imageRecipeArn: String)
-
Declaration
Swift
public func validate(name: String) throws