Class: Aws::Types::RecordsEvent
- Inherits:
-
Object
- Object
- Aws::Types::RecordsEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#payload ⇒ ::IO
Returns the value of attribute payload.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type.
2677 2678 2679 |
# File 'sig/types.rbs', line 2677 def event_type @event_type end |
#payload ⇒ ::IO
Returns the value of attribute payload.
2676 2677 2678 |
# File 'sig/types.rbs', line 2676 def payload @payload end |