Class: Aws::Types::Authorizer
- Inherits:
-
Object
- Object
- Aws::Types::Authorizer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#authorizer_credentials_arn ⇒ ::String
Returns the value of attribute authorizer_credentials_arn.
81 82 83 |
# File 'sig/types.rbs', line 81 def end |
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
82 83 84 |
# File 'sig/types.rbs', line 82 def end |
#authorizer_payload_format_version ⇒ ::String
Returns the value of attribute authorizer_payload_format_version.
90 91 92 |
# File 'sig/types.rbs', line 90 def end |
#authorizer_result_ttl_in_seconds ⇒ ::Integer
Returns the value of attribute authorizer_result_ttl_in_seconds.
83 84 85 |
# File 'sig/types.rbs', line 83 def end |
#authorizer_type ⇒ "REQUEST", "JWT"
Returns the value of attribute authorizer_type.
84 85 86 |
# File 'sig/types.rbs', line 84 def end |
#authorizer_uri ⇒ ::String
Returns the value of attribute authorizer_uri.
85 86 87 |
# File 'sig/types.rbs', line 85 def end |
#enable_simple_responses ⇒ Boolean
Returns the value of attribute enable_simple_responses.
91 92 93 |
# File 'sig/types.rbs', line 91 def enable_simple_responses @enable_simple_responses end |
#identity_source ⇒ ::Array[::String]
Returns the value of attribute identity_source.
86 87 88 |
# File 'sig/types.rbs', line 86 def identity_source @identity_source end |
#identity_validation_expression ⇒ ::String
Returns the value of attribute identity_validation_expression.
87 88 89 |
# File 'sig/types.rbs', line 87 def identity_validation_expression @identity_validation_expression end |
#jwt_configuration ⇒ Types::JWTConfiguration
Returns the value of attribute jwt_configuration.
88 89 90 |
# File 'sig/types.rbs', line 88 def jwt_configuration @jwt_configuration end |
#name ⇒ ::String
Returns the value of attribute name.
89 90 91 |
# File 'sig/types.rbs', line 89 def name @name end |