Class: Aws::Types::UpdateAuthorizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAuthorizerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_function_arn ⇒ ::String
Returns the value of attribute authorizer_function_arn.
-
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
-
#enable_caching_for_http ⇒ Boolean
Returns the value of attribute enable_caching_for_http.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#token_key_name ⇒ ::String
Returns the value of attribute token_key_name.
-
#token_signing_public_keys ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_signing_public_keys.
Instance Attribute Details
#authorizer_function_arn ⇒ ::String
Returns the value of attribute authorizer_function_arn.
5025 5026 5027 |
# File 'sig/types.rbs', line 5025 def @authorizer_function_arn end |
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
5024 5025 5026 |
# File 'sig/types.rbs', line 5024 def @authorizer_name end |
#enable_caching_for_http ⇒ Boolean
Returns the value of attribute enable_caching_for_http.
5029 5030 5031 |
# File 'sig/types.rbs', line 5029 def enable_caching_for_http @enable_caching_for_http end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
5028 5029 5030 |
# File 'sig/types.rbs', line 5028 def status @status end |
#token_key_name ⇒ ::String
Returns the value of attribute token_key_name.
5026 5027 5028 |
# File 'sig/types.rbs', line 5026 def token_key_name @token_key_name end |
#token_signing_public_keys ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_signing_public_keys.
5027 5028 5029 |
# File 'sig/types.rbs', line 5027 def token_signing_public_keys @token_signing_public_keys end |