Class: Aws::Types::UpdateEventLabelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEventLabelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assigned_label ⇒ ::String
Returns the value of attribute assigned_label.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
-
#label_timestamp ⇒ ::String
Returns the value of attribute label_timestamp.
Instance Attribute Details
#assigned_label ⇒ ::String
Returns the value of attribute assigned_label.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def assigned_label @assigned_label end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def event_id @event_id end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def event_type_name @event_type_name end |
#label_timestamp ⇒ ::String
Returns the value of attribute label_timestamp.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def @label_timestamp end |