Class: Aws::Types::LambdaAuthorizerConfig
- Inherits:
-
Object
- Object
- Aws::Types::LambdaAuthorizerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
-
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
-
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
Instance Attribute Details
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
917 918 919 |
# File 'sig/types.rbs', line 917 def end |
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
918 919 920 |
# File 'sig/types.rbs', line 918 def end |
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
919 920 921 |
# File 'sig/types.rbs', line 919 def identity_validation_expression @identity_validation_expression end |