Class: Aws::Types::EventIncludedData
- Inherits:
-
Object
- Object
- Aws::Types::EventIncludedData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_data ⇒ Types::CaseEventIncludedData
Returns the value of attribute case_data.
-
#related_item_data ⇒ Types::RelatedItemEventIncludedData
Returns the value of attribute related_item_data.
Instance Attribute Details
#case_data ⇒ Types::CaseEventIncludedData
Returns the value of attribute case_data.
488 489 490 |
# File 'sig/types.rbs', line 488 def case_data @case_data end |
#related_item_data ⇒ Types::RelatedItemEventIncludedData
Returns the value of attribute related_item_data.
489 490 491 |
# File 'sig/types.rbs', line 489 def @related_item_data end |