Class: Aws::Types::IotEventsAction
- Inherits:
-
Object
- Object
- Aws::Types::IotEventsAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_name ⇒ ::String
Returns the value of attribute input_name.
-
#payload ⇒ Types::Payload
Returns the value of attribute payload.
Instance Attribute Details
#input_name ⇒ ::String
Returns the value of attribute input_name.
439 440 441 |
# File 'sig/types.rbs', line 439 def input_name @input_name end |
#payload ⇒ Types::Payload
Returns the value of attribute payload.
440 441 442 |
# File 'sig/types.rbs', line 440 def payload @payload end |