Class: Aws::Types::SendEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendEventRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assigned_label ⇒ ::String
Returns the value of attribute assigned_label.
-
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#event_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_variables.
-
#label_timestamp ⇒ ::String
Returns the value of attribute label_timestamp.
Instance Attribute Details
#assigned_label ⇒ ::String
Returns the value of attribute assigned_label.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def assigned_label @assigned_label end |
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def entities @entities end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def event_id @event_id end |
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def @event_timestamp end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def event_type_name @event_type_name end |
#event_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_variables.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def event_variables @event_variables end |
#label_timestamp ⇒ ::String
Returns the value of attribute label_timestamp.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def @label_timestamp end |