Class: Aws::Types::UpdateResourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceRequest
- 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.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#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.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def patch_operations @patch_operations end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def rest_api_id @rest_api_id end |