Class: Aws::Types::AuthorizerDescription
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizerDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_arn ⇒ ::String
Returns the value of attribute authorizer_arn.
-
#authorizer_function_arn ⇒ ::String
Returns the value of attribute authorizer_function_arn.
-
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#enable_caching_for_http ⇒ Boolean
Returns the value of attribute enable_caching_for_http.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#signing_disabled ⇒ Boolean
Returns the value of attribute signing_disabled.
-
#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_arn ⇒ ::String
Returns the value of attribute authorizer_arn.
312 313 314 |
# File 'sig/types.rbs', line 312 def @authorizer_arn end |
#authorizer_function_arn ⇒ ::String
Returns the value of attribute authorizer_function_arn.
313 314 315 |
# File 'sig/types.rbs', line 313 def @authorizer_function_arn end |
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
311 312 313 |
# File 'sig/types.rbs', line 311 def @authorizer_name end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
317 318 319 |
# File 'sig/types.rbs', line 317 def creation_date @creation_date end |
#enable_caching_for_http ⇒ Boolean
Returns the value of attribute enable_caching_for_http.
320 321 322 |
# File 'sig/types.rbs', line 320 def enable_caching_for_http @enable_caching_for_http end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
318 319 320 |
# File 'sig/types.rbs', line 318 def last_modified_date @last_modified_date end |
#signing_disabled ⇒ Boolean
Returns the value of attribute signing_disabled.
319 320 321 |
# File 'sig/types.rbs', line 319 def signing_disabled @signing_disabled end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
316 317 318 |
# File 'sig/types.rbs', line 316 def status @status end |
#token_key_name ⇒ ::String
Returns the value of attribute token_key_name.
314 315 316 |
# File 'sig/types.rbs', line 314 def token_key_name @token_key_name end |
#token_signing_public_keys ⇒ ::Hash[::String, ::String]
Returns the value of attribute token_signing_public_keys.
315 316 317 |
# File 'sig/types.rbs', line 315 def token_signing_public_keys @token_signing_public_keys end |