class Aws::APIGateway::Types::TestInvokeAuthorizerResponse

Represents the response of the test invoke request for a custom Authorizer

@!attribute [rw] client_status

The HTTP status code that the client would have received. Value is 0
if the authorizer succeeded.
@return [Integer]

@!attribute [rw] log

The API Gateway execution log for the test authorizer request.
@return [String]

@!attribute [rw] latency

The execution latency of the test authorizer request.
@return [Integer]

@!attribute [rw] principal_id

The principal identity returned by the Authorizer
@return [String]

@!attribute [rw] policy

The JSON policy document returned by the Authorizer
@return [String]

@!attribute [rw] authorization

@return [Hash<String,Array<String>>]

@!attribute [rw] claims

The [open identity claims][1], with any supported custom attributes,
returned from the Cognito Your User Pool configured for the API.

[1]: https://openid.net/specs/openid-connect-core-1_0.html#StandardClaims
@return [Hash<String,String>]

Constants

SENSITIVE