Class: Aws::Types::SendEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendEventRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#event_name ⇒ ::String
Returns the value of attribute event_name.
-
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
269 270 271 |
# File 'sig/types.rbs', line 269 def attributes @attributes end |
#event_name ⇒ ::String
Returns the value of attribute event_name.
268 269 270 |
# File 'sig/types.rbs', line 268 def event_name @event_name end |
#room_identifier ⇒ ::String
Returns the value of attribute room_identifier.
267 268 269 |
# File 'sig/types.rbs', line 267 def room_identifier @room_identifier end |