Class: Aws::Types::CategoryEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_type ⇒ Object

Returns the value of attribute event_type.

Returns:

  • (Object)


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.

Returns:

  • (::Array[::String])


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.

Returns:



59
60
61
# File 'sig/types.rbs', line 59

def matched_details
  @matched_details
end