Class: Aws::Types::UpdateDocumentationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDocumentationVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documentation_version ⇒ ::String
Returns the value of attribute documentation_version.
-
#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_version ⇒ ::String
Returns the value of attribute documentation_version.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def documentation_version @documentation_version end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def patch_operations @patch_operations end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def rest_api_id @rest_api_id end |