Class: Aws::Types::GetDocumentationPartRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDocumentationPartRequest
- 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.
-
#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.
661 662 663 |
# File 'sig/types.rbs', line 661 def documentation_part_id @documentation_part_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
660 661 662 |
# File 'sig/types.rbs', line 660 def rest_api_id @rest_api_id end |