Class: Aws::Types::DeleteDocumentationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDocumentationVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documentation_version ⇒ ::String
Returns the value of attribute documentation_version.
-
#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.
335 336 337 |
# File 'sig/types.rbs', line 335 def documentation_version @documentation_version end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
334 335 336 |
# File 'sig/types.rbs', line 334 def rest_api_id @rest_api_id end |