Class: Aws::Types::RelatedItemsUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RelatedItemsUpdate
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ItemToAdd, ItemToRemove, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#item_to_add ⇒ Types::RelatedItem
Returns the value of attribute item_to_add.
-
#item_to_remove ⇒ Types::ItemIdentifier
Returns the value of attribute item_to_remove.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#item_to_add ⇒ Types::RelatedItem
Returns the value of attribute item_to_add.
597 598 599 |
# File 'sig/types.rbs', line 597 def item_to_add @item_to_add end |
#item_to_remove ⇒ Types::ItemIdentifier
Returns the value of attribute item_to_remove.
598 599 600 |
# File 'sig/types.rbs', line 598 def item_to_remove @item_to_remove end |
#unknown ⇒ Object
Returns the value of attribute unknown.
599 600 601 |
# File 'sig/types.rbs', line 599 def unknown @unknown end |