Module: Aws::APIGateway::Client::_GetAuthorizerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Authorizer]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #auth_type ⇒ ::String
- #authorizer_credentials ⇒ ::String
- #authorizer_result_ttl_in_seconds ⇒ ::Integer
- #authorizer_uri ⇒ ::String
- #id ⇒ ::String
- #identity_source ⇒ ::String
- #identity_validation_expression ⇒ ::String
- #name ⇒ ::String
- #provider_arns ⇒ ::Array[::String]
- #type ⇒ "TOKEN", ...
Instance Method Details
#auth_type ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def auth_type: () -> ::String
|
#authorizer_credentials ⇒ ::String
734 |
# File 'sig/client.rbs', line 734
def authorizer_credentials: () -> ::String
|
#authorizer_result_ttl_in_seconds ⇒ ::Integer
737 |
# File 'sig/client.rbs', line 737
def authorizer_result_ttl_in_seconds: () -> ::Integer
|
#authorizer_uri ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def authorizer_uri: () -> ::String
|
#id ⇒ ::String
728 |
# File 'sig/client.rbs', line 728
def id: () -> ::String
|
#identity_source ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def identity_source: () -> ::String
|
#identity_validation_expression ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def identity_validation_expression: () -> ::String
|
#name ⇒ ::String
729 |
# File 'sig/client.rbs', line 729
def name: () -> ::String
|
#provider_arns ⇒ ::Array[::String]
731 |
# File 'sig/client.rbs', line 731
def provider_arns: () -> ::Array[::String]
|
#type ⇒ "TOKEN", ...
730 |
# File 'sig/client.rbs', line 730
def type: () -> ("TOKEN" | "REQUEST" | "COGNITO_USER_POOLS")
|