Class: Aws::Types::EventInput
- Inherits:
-
Object
- Object
- Aws::Types::EventInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#payload ⇒ ::String
Returns the value of attribute payload.
698 699 700 |
# File 'sig/types.rbs', line 698 def payload @payload end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
699 700 701 |
# File 'sig/types.rbs', line 699 def truncated @truncated end |