Module: Aws::APIGateway::Client::_TestInvokeAuthorizerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::TestInvokeAuthorizerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorization ⇒ ::Hash[::String, ::Array[::String]]
- #claims ⇒ ::Hash[::String, ::String]
- #client_status ⇒ ::Integer
- #latency ⇒ ::Integer
- #log ⇒ ::String
- #policy ⇒ ::String
- #principal_id ⇒ ::String
Instance Method Details
#authorization ⇒ ::Hash[::String, ::Array[::String]]
1654 |
# File 'sig/client.rbs', line 1654
def authorization: () -> ::Hash[::String, ::Array[::String]]
|
#claims ⇒ ::Hash[::String, ::String]
1655 |
# File 'sig/client.rbs', line 1655
def claims: () -> ::Hash[::String, ::String]
|
#client_status ⇒ ::Integer
1649 |
# File 'sig/client.rbs', line 1649
def client_status: () -> ::Integer
|
#latency ⇒ ::Integer
1651 |
# File 'sig/client.rbs', line 1651
def latency: () -> ::Integer
|
#log ⇒ ::String
1650 |
# File 'sig/client.rbs', line 1650
def log: () -> ::String
|
#policy ⇒ ::String
1653 |
# File 'sig/client.rbs', line 1653
def policy: () -> ::String
|
#principal_id ⇒ ::String
1652 |
# File 'sig/client.rbs', line 1652
def principal_id: () -> ::String
|