Class: Aws::Types::RelatedItem
- Inherits:
-
Object
- Object
- Aws::Types::RelatedItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#generated_id ⇒ ::String
Returns the value of attribute generated_id.
-
#identifier ⇒ Types::ItemIdentifier
Returns the value of attribute identifier.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#generated_id ⇒ ::String
Returns the value of attribute generated_id.
590 591 592 |
# File 'sig/types.rbs', line 590 def generated_id @generated_id end |
#identifier ⇒ Types::ItemIdentifier
Returns the value of attribute identifier.
591 592 593 |
# File 'sig/types.rbs', line 591 def identifier @identifier end |
#title ⇒ ::String
Returns the value of attribute title.
592 593 594 |
# File 'sig/types.rbs', line 592 def title @title end |