PutImagePolicyResponse

public struct PutImagePolicyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the image that this policy was applied to.

    Declaration

    Swift

    public let imageArn: String?
  • The request ID that uniquely identifies this request.

    Declaration

    Swift

    public let requestId: String?
  • Undocumented

    Declaration

    Swift

    public init(imageArn: String? = nil, requestId: String? = nil)