Class: Aws::Types::CreateDocumentationPartRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDocumentationPartRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ Types::DocumentationPartLocation
Returns the value of attribute location.
-
#properties ⇒ ::String
Returns the value of attribute properties.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
Instance Attribute Details
#location ⇒ Types::DocumentationPartLocation
Returns the value of attribute location.
176 177 178 |
# File 'sig/types.rbs', line 176 def location @location end |
#properties ⇒ ::String
Returns the value of attribute properties.
177 178 179 |
# File 'sig/types.rbs', line 177 def properties @properties end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
175 176 177 |
# File 'sig/types.rbs', line 175 def rest_api_id @rest_api_id end |