Class: Aws::Types::TopicRuleListItem
- Inherits:
-
Object
- Object
- Aws::Types::TopicRuleListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_disabled ⇒ Boolean
Returns the value of attribute rule_disabled.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#topic_pattern ⇒ ::String
Returns the value of attribute topic_pattern.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
4941 4942 4943 |
# File 'sig/types.rbs', line 4941 def created_at @created_at end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
4938 4939 4940 |
# File 'sig/types.rbs', line 4938 def rule_arn @rule_arn end |
#rule_disabled ⇒ Boolean
Returns the value of attribute rule_disabled.
4942 4943 4944 |
# File 'sig/types.rbs', line 4942 def rule_disabled @rule_disabled end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
4939 4940 4941 |
# File 'sig/types.rbs', line 4939 def rule_name @rule_name end |
#topic_pattern ⇒ ::String
Returns the value of attribute topic_pattern.
4940 4941 4942 |
# File 'sig/types.rbs', line 4940 def topic_pattern @topic_pattern end |