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