Class: Aws::Types::UpdateAuthorizerResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAuthorizerResponse
- 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.
5035 5036 5037 |
# File 'sig/types.rbs', line 5035 def @authorizer_arn end |
#authorizer_name ⇒ ::String
Returns the value of attribute authorizer_name.
5034 5035 5036 |
# File 'sig/types.rbs', line 5034 def @authorizer_name end |