PutImagePolicyRequest
public struct PutImagePolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the image that this policy should be applied to.
Declaration
Swift
public let imageArn: String
-
The policy to apply.
Declaration
Swift
public let policy: String
-
Undocumented
Declaration
Swift
public init(imageArn: String, policy: String)
-
Declaration
Swift
public func validate(name: String) throws