Class: Aws::Types::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails
- 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.
524 525 526 |
# File 'sig/types.rbs', line 524 def @authorizer_result_ttl_in_seconds end |
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
525 526 527 |
# File 'sig/types.rbs', line 525 def @authorizer_uri end |
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
526 527 528 |
# File 'sig/types.rbs', line 526 def identity_validation_expression @identity_validation_expression end |