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