Module: Aws::ApiGatewayV2::Client::_GetAuthorizerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAuthorizerResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorizer_credentials_arn ⇒ ::String
- #authorizer_id ⇒ ::String
- #authorizer_payload_format_version ⇒ ::String
- #authorizer_result_ttl_in_seconds ⇒ ::Integer
- #authorizer_type ⇒ "REQUEST", "JWT"
- #authorizer_uri ⇒ ::String
- #enable_simple_responses ⇒ Boolean
- #identity_source ⇒ ::Array[::String]
- #identity_validation_expression ⇒ ::String
- #jwt_configuration ⇒ Types::JWTConfiguration
- #name ⇒ ::String
Instance Method Details
#authorizer_credentials_arn ⇒ ::String
791 |
# File 'sig/client.rbs', line 791 def authorizer_credentials_arn: () -> ::String |
#authorizer_id ⇒ ::String
792 |
# File 'sig/client.rbs', line 792 def authorizer_id: () -> ::String |
#authorizer_payload_format_version ⇒ ::String
800 |
# File 'sig/client.rbs', line 800 def authorizer_payload_format_version: () -> ::String |
#authorizer_result_ttl_in_seconds ⇒ ::Integer
793 |
# File 'sig/client.rbs', line 793 def authorizer_result_ttl_in_seconds: () -> ::Integer |
#authorizer_type ⇒ "REQUEST", "JWT"
794 |
# File 'sig/client.rbs', line 794 def authorizer_type: () -> ("REQUEST" | "JWT") |
#authorizer_uri ⇒ ::String
795 |
# File 'sig/client.rbs', line 795 def authorizer_uri: () -> ::String |
#enable_simple_responses ⇒ Boolean
801 |
# File 'sig/client.rbs', line 801 def enable_simple_responses: () -> bool |
#identity_source ⇒ ::Array[::String]
796 |
# File 'sig/client.rbs', line 796 def identity_source: () -> ::Array[::String] |
#identity_validation_expression ⇒ ::String
797 |
# File 'sig/client.rbs', line 797 def identity_validation_expression: () -> ::String |
#jwt_configuration ⇒ Types::JWTConfiguration
798 |
# File 'sig/client.rbs', line 798 def jwt_configuration: () -> Types::JWTConfiguration |
#name ⇒ ::String
799 |
# File 'sig/client.rbs', line 799 def name: () -> ::String |