TestInvokeMethodResponse

public struct TestInvokeMethodResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The body of the HTTP response.

    Declaration

    Swift

    public let body: String?
  • The headers of the HTTP response.

    Declaration

    Swift

    public let headers: [String : String]?
  • The execution latency of the test invoke request.

    Declaration

    Swift

    public let latency: Int64?
  • log

    The API Gateway execution log for the test invoke request.

    Declaration

    Swift

    public let log: String?
  • The headers of the HTTP response as a map from string to list of values.

    Declaration

    Swift

    public let multiValueHeaders: [String : [String]]?
  • The HTTP status code.

    Declaration

    Swift

    public let status: Int?
  • Undocumented

    Declaration

    Swift

    public init(body: String? = nil, headers: [String : String]? = nil, latency: Int64? = nil, log: String? = nil, multiValueHeaders: [String : [String]]? = nil, status: Int? = nil)