Class: Aws::Types::Event
- Inherits:
-
Object
- Object
- Aws::Types::Event
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_label ⇒ ::String
Returns the value of attribute current_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
#current_label ⇒ ::String
Returns the value of attribute current_label.
513 514 515 |
# File 'sig/types.rbs', line 513 def current_label @current_label end |
#entities ⇒ ::Array[Types::Entity]
Returns the value of attribute entities.
515 516 517 |
# File 'sig/types.rbs', line 515 def entities @entities end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def event_id @event_id end |
#event_timestamp ⇒ ::String
Returns the value of attribute event_timestamp.
511 512 513 |
# File 'sig/types.rbs', line 511 def end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
510 511 512 |
# File 'sig/types.rbs', line 510 def event_type_name @event_type_name end |
#event_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_variables.
512 513 514 |
# File 'sig/types.rbs', line 512 def event_variables @event_variables end |
#label_timestamp ⇒ ::String
Returns the value of attribute label_timestamp.
514 515 516 |
# File 'sig/types.rbs', line 514 def end |