Module: Aws::ApiGatewayV2::Client::_CreateAuthorizerResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAuthorizerResponse]
- 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
138 |
# File 'sig/client.rbs', line 138
def authorizer_credentials_arn: () -> ::String
|
#authorizer_id ⇒ ::String
139 |
# File 'sig/client.rbs', line 139
def authorizer_id: () -> ::String
|
#authorizer_payload_format_version ⇒ ::String
147 |
# File 'sig/client.rbs', line 147
def authorizer_payload_format_version: () -> ::String
|
#authorizer_result_ttl_in_seconds ⇒ ::Integer
140 |
# File 'sig/client.rbs', line 140
def authorizer_result_ttl_in_seconds: () -> ::Integer
|
#authorizer_type ⇒ "REQUEST", "JWT"
141 |
# File 'sig/client.rbs', line 141
def authorizer_type: () -> ("REQUEST" | "JWT")
|
#authorizer_uri ⇒ ::String
142 |
# File 'sig/client.rbs', line 142
def authorizer_uri: () -> ::String
|
#enable_simple_responses ⇒ Boolean
148 |
# File 'sig/client.rbs', line 148
def enable_simple_responses: () -> bool
|
#identity_source ⇒ ::Array[::String]
143 |
# File 'sig/client.rbs', line 143
def identity_source: () -> ::Array[::String]
|
#identity_validation_expression ⇒ ::String
144 |
# File 'sig/client.rbs', line 144
def identity_validation_expression: () -> ::String
|
#jwt_configuration ⇒ Types::JWTConfiguration
145 |
# File 'sig/client.rbs', line 145
def jwt_configuration: () -> Types::JWTConfiguration
|
#name ⇒ ::String
146 |
# File 'sig/client.rbs', line 146
def name: () -> ::String
|