TestInvokeAuthorizerResponse

public struct TestInvokeAuthorizerResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let authorization: [String : [String]]?
  • The open identity claims, with any supported custom attributes, returned from the Cognito Your User Pool configured for the API.

    Declaration

    Swift

    public let claims: [String : String]?
  • The HTTP status code that the client would have received. Value is 0 if the authorizer succeeded.

    Declaration

    Swift

    public let clientStatus: Int?
  • The execution latency of the test authorizer request.

    Declaration

    Swift

    public let latency: Int64?
  • log

    The API Gateway execution log for the test authorizer request.

    Declaration

    Swift

    public let log: String?
  • The JSON policy document returned by the Authorizer

    Declaration

    Swift

    public let policy: String?
  • The principal identity returned by the Authorizer

    Declaration

    Swift

    public let principalId: String?
  • Undocumented

    Declaration

    Swift

    public init(authorization: [String : [String]]? = nil, claims: [String : String]? = nil, clientStatus: Int? = nil, latency: Int64? = nil, log: String? = nil, policy: String? = nil, principalId: String? = nil)