Class: Aws::Types::CategoryEvent
- Inherits:
-
Object
- Object
- Aws::Types::CategoryEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#matched_categories ⇒ ::Array[::String]
Returns the value of attribute matched_categories.
-
#matched_details ⇒ ::Hash[::String, Types::PointsOfInterest]
Returns the value of attribute matched_details.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
60 61 62 |
# File 'sig/types.rbs', line 60 def event_type @event_type end |
#matched_categories ⇒ ::Array[::String]
Returns the value of attribute matched_categories.
58 59 60 |
# File 'sig/types.rbs', line 58 def matched_categories @matched_categories end |
#matched_details ⇒ ::Hash[::String, Types::PointsOfInterest]
Returns the value of attribute matched_details.
59 60 61 |
# File 'sig/types.rbs', line 59 def matched_details @matched_details end |