Class: Aws::Types::TopicRule
- Inherits:
-
Object
- Object
- Aws::Types::TopicRule
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#sql ⇒ ::String
Returns the value of attribute sql.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
4899 4900 4901 |
# File 'sig/types.rbs', line 4899 def actions @actions end |
#aws_iot_sql_version ⇒ ::String
Returns the value of attribute aws_iot_sql_version.
4901 4902 4903 |
# File 'sig/types.rbs', line 4901 def aws_iot_sql_version @aws_iot_sql_version end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4898 4899 4900 |
# File 'sig/types.rbs', line 4898 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
4897 4898 4899 |
# File 'sig/types.rbs', line 4897 def description @description end |
#error_action ⇒ Types::Action
Returns the value of attribute error_action.
4902 4903 4904 |
# File 'sig/types.rbs', line 4902 def error_action @error_action end |
#rule_disabled ⇒ Boolean
Returns the value of attribute rule_disabled.
4900 4901 4902 |
# File 'sig/types.rbs', line 4900 def rule_disabled @rule_disabled end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
4895 4896 4897 |
# File 'sig/types.rbs', line 4895 def rule_name @rule_name end |
#sql ⇒ ::String
Returns the value of attribute sql.
4896 4897 4898 |
# File 'sig/types.rbs', line 4896 def sql @sql end |