Class: Aws::Types::UpdateAuthorizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAuthorizerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#authorizer_credentials_arn ⇒ ::String
Returns the value of attribute authorizer_credentials_arn.
-
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
-
#authorizer_payload_format_version ⇒ ::String
Returns the value of attribute authorizer_payload_format_version.
-
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
-
#authorizer_type ⇒ "REQUEST", "JWT"
Returns the value of attribute authorizer_type.
-
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
-
#enable_simple_responses ⇒ Boolean
Returns the value of attribute enable_simple_responses.
-
#identity_source ⇒ ::Array[::String]
Returns the value of attribute identity_source.
-
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
-
#jwt_configuration ⇒ Types::JWTConfiguration
Returns the value of attribute jwt_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def api_id @api_id end |
#authorizer_credentials_arn ⇒ ::String
Returns the value of attribute authorizer_credentials_arn.
2279 2280 2281 |
# File 'sig/types.rbs', line 2279 def @authorizer_credentials_arn end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def @authorizer_id end |
#authorizer_payload_format_version ⇒ ::String
Returns the value of attribute authorizer_payload_format_version.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def @authorizer_payload_format_version end |
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def @authorizer_result_ttl_in_seconds end |
#authorizer_type ⇒ "REQUEST", "JWT"
Returns the value of attribute authorizer_type.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def @authorizer_type end |
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def @authorizer_uri end |
#enable_simple_responses ⇒ Boolean
Returns the value of attribute enable_simple_responses.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def enable_simple_responses @enable_simple_responses end |
#identity_source ⇒ ::Array[::String]
Returns the value of attribute identity_source.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def identity_source @identity_source end |
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def identity_validation_expression @identity_validation_expression end |
#jwt_configuration ⇒ Types::JWTConfiguration
Returns the value of attribute jwt_configuration.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def jwt_configuration @jwt_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def name @name end |