Class: Aws::Types::MessageStartEvent
- Inherits:
-
Object
- Object
- Aws::Types::MessageStartEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#role ⇒ "user", ...
Returns the value of attribute role.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def event_type @event_type end |
#role ⇒ "user", ...
Returns the value of attribute role.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def role @role end |