Class: Aws::Types::UpdateAuthorizerRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAuthorizerRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorizer_id ⇒ ::String
Returns the value of attribute authorizer_id.
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
-
#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.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def @authorizer_id end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def patch_operations @patch_operations end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def rest_api_id @rest_api_id end |