Class: Aws::Types::DocumentationPart
- Inherits:
-
Object
- Object
- Aws::Types::DocumentationPart
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#location ⇒ Types::DocumentationPartLocation
Returns the value of attribute location.
-
#properties ⇒ ::String
Returns the value of attribute properties.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
453 454 455 |
# File 'sig/types.rbs', line 453 def id @id end |
#location ⇒ Types::DocumentationPartLocation
Returns the value of attribute location.
454 455 456 |
# File 'sig/types.rbs', line 454 def location @location end |
#properties ⇒ ::String
Returns the value of attribute properties.
455 456 457 |
# File 'sig/types.rbs', line 455 def properties @properties end |