Class: Aws::Types::CreateAuthorizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAuthorizerRequest
- 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.
-
#signing_disabled ⇒ Boolean
Returns the value of attribute signing_disabled.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
755 756 757 |
# File 'sig/types.rbs', line 755 def @authorizer_function_arn end |
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
754 755 756 |
# File 'sig/types.rbs', line 754 def @authorizer_name end |
#enable_caching_for_http ⇒ Boolean
Returns the value of attribute enable_caching_for_http.
761 762 763 |
# File 'sig/types.rbs', line 761 def enable_caching_for_http @enable_caching_for_http end |
#signing_disabled ⇒ Boolean
Returns the value of attribute signing_disabled.
760 761 762 |
# File 'sig/types.rbs', line 760 def signing_disabled @signing_disabled end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
758 759 760 |
# File 'sig/types.rbs', line 758 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
759 760 761 |
# File 'sig/types.rbs', line 759 def @tags end |
#token_key_name ⇒ ::String
Returns the value of attribute token_key_name.
756 757 758 |
# File 'sig/types.rbs', line 756 def token_key_name @token_key_name end |
#token_signing_public_keys ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_signing_public_keys.
757 758 759 |
# File 'sig/types.rbs', line 757 def token_signing_public_keys @token_signing_public_keys end |