GetImageRecipePolicyResponse

public struct GetImageRecipePolicyResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The image recipe policy object.

    Declaration

    Swift

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

    Declaration

    Swift

    public let requestId: String?
  • Undocumented

    Declaration

    Swift

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