Class: Aws::Types::EventResult
- Inherits:
-
Object
- Object
- Aws::Types::EventResult
- 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.
704 705 706 |
# File 'sig/types.rbs', line 704 def payload @payload end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
705 706 707 |
# File 'sig/types.rbs', line 705 def truncated @truncated end |