Class: Aws::Types::SetDefaultAuthorizerResponse
- Inherits:
-
Object
- Object
- Aws::Types::SetDefaultAuthorizerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_arn ⇒ ::String
Returns the value of attribute authorizer_arn.
-
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
Instance Attribute Details
#authorizer_arn ⇒ ::String
Returns the value of attribute authorizer_arn.
4477 4478 4479 |
# File 'sig/types.rbs', line 4477 def @authorizer_arn end |
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
4476 4477 4478 |
# File 'sig/types.rbs', line 4476 def @authorizer_name end |