Class: Aws::Types::TopicRulePayload
- Inherits:
-
Object
- Object
- Aws::Types::TopicRulePayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#aws_iot_sql_version ⇒ ::String
Returns the value of attribute aws_iot_sql_version.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#error_action ⇒ Types::Action
Returns the value of attribute error_action.
-
#rule_disabled ⇒ Boolean
Returns the value of attribute rule_disabled.
-
#sql ⇒ ::String
Returns the value of attribute sql.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
4949 4950 4951 |
# File 'sig/types.rbs', line 4949 def actions @actions end |
#aws_iot_sql_version ⇒ ::String
Returns the value of attribute aws_iot_sql_version.
4951 4952 4953 |
# File 'sig/types.rbs', line 4951 def aws_iot_sql_version @aws_iot_sql_version end |
#description ⇒ ::String
Returns the value of attribute description.
4948 4949 4950 |
# File 'sig/types.rbs', line 4948 def description @description end |
#error_action ⇒ Types::Action
Returns the value of attribute error_action.
4952 4953 4954 |
# File 'sig/types.rbs', line 4952 def error_action @error_action end |
#rule_disabled ⇒ Boolean
Returns the value of attribute rule_disabled.
4950 4951 4952 |
# File 'sig/types.rbs', line 4950 def rule_disabled @rule_disabled end |
#sql ⇒ ::String
Returns the value of attribute sql.
4947 4948 4949 |
# File 'sig/types.rbs', line 4947 def sql @sql end |