Module: Aws::ApiGatewayV2::Client::_UpdateAuthorizerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAuthorizerResponse]
- 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
1495 |
# File 'sig/client.rbs', line 1495
def authorizer_credentials_arn: () -> ::String
|
#authorizer_id ⇒ ::String
1496 |
# File 'sig/client.rbs', line 1496
def authorizer_id: () -> ::String
|
#authorizer_payload_format_version ⇒ ::String
1504 |
# File 'sig/client.rbs', line 1504
def authorizer_payload_format_version: () -> ::String
|
#authorizer_result_ttl_in_seconds ⇒ ::Integer
1497 |
# File 'sig/client.rbs', line 1497
def authorizer_result_ttl_in_seconds: () -> ::Integer
|
#authorizer_type ⇒ "REQUEST", "JWT"
1498 |
# File 'sig/client.rbs', line 1498
def authorizer_type: () -> ("REQUEST" | "JWT")
|
#authorizer_uri ⇒ ::String
1499 |
# File 'sig/client.rbs', line 1499
def authorizer_uri: () -> ::String
|
#enable_simple_responses ⇒ Boolean
1505 |
# File 'sig/client.rbs', line 1505
def enable_simple_responses: () -> bool
|
#identity_source ⇒ ::Array[::String]
1500 |
# File 'sig/client.rbs', line 1500
def identity_source: () -> ::Array[::String]
|
#identity_validation_expression ⇒ ::String
1501 |
# File 'sig/client.rbs', line 1501
def identity_validation_expression: () -> ::String
|
#jwt_configuration ⇒ Types::JWTConfiguration
1502 |
# File 'sig/client.rbs', line 1502
def jwt_configuration: () -> Types::JWTConfiguration
|
#name ⇒ ::String
1503 |
# File 'sig/client.rbs', line 1503
def name: () -> ::String
|