Class: Aws::Types::IotEventsAction
- Inherits:
-
Object
- Object
- Aws::Types::IotEventsAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
-
#input_name ⇒ ::String
Returns the value of attribute input_name.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def batch_mode @batch_mode end |
#input_name ⇒ ::String
Returns the value of attribute input_name.
2761 2762 2763 |
# File 'sig/types.rbs', line 2761 def input_name @input_name end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def @message_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def role_arn @role_arn end |