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