Class: Aws::Types::OperationUnion
- Inherits:
-
Object
- Object
- Aws::Types::OperationUnion
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Delete, Merge, Split, Unknown, Update
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete ⇒ Types::DeleteOperation
Returns the value of attribute delete.
-
#merge ⇒ Types::MergeOperation
Returns the value of attribute merge.
-
#split ⇒ Types::SplitOperation
Returns the value of attribute split.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#update ⇒ Types::UpdateOperation
Returns the value of attribute update.
Instance Attribute Details
#delete ⇒ Types::DeleteOperation
Returns the value of attribute delete.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def delete @delete end |
#merge ⇒ Types::MergeOperation
Returns the value of attribute merge.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def merge @merge end |
#split ⇒ Types::SplitOperation
Returns the value of attribute split.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def split @split end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def unknown @unknown end |
#update ⇒ Types::UpdateOperation
Returns the value of attribute update.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def update @update end |