Class: Aws::Types::GetDocumentationVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentationVersionRequest
- 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.
678 679 680 |
# File 'sig/types.rbs', line 678 def documentation_version @documentation_version end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
677 678 679 |
# File 'sig/types.rbs', line 677 def rest_api_id @rest_api_id end |