Class: Aws::Types::UpdateDocumentationPartRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDocumentationPartRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documentation_part_id ⇒ ::String
Returns the value of attribute documentation_part_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
#documentation_part_id ⇒ ::String
Returns the value of attribute documentation_part_id.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def documentation_part_id @documentation_part_id end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def patch_operations @patch_operations end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def rest_api_id @rest_api_id end |