Class: Aws::Types::AuthorizerConfig
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizerConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_authorizer_override ⇒ Boolean
Returns the value of attribute allow_authorizer_override.
-
#default_authorizer_name ⇒ ::String
Returns the value of attribute default_authorizer_name.
Instance Attribute Details
#allow_authorizer_override ⇒ Boolean
Returns the value of attribute allow_authorizer_override.
306 307 308 |
# File 'sig/types.rbs', line 306 def @allow_authorizer_override end |
#default_authorizer_name ⇒ ::String
Returns the value of attribute default_authorizer_name.
305 306 307 |
# File 'sig/types.rbs', line 305 def @default_authorizer_name end |