Class: Aws::Types::ListTopicRulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTopicRulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_disabled ⇒ Boolean
Returns the value of attribute rule_disabled.
-
#topic ⇒ ::String
Returns the value of attribute topic.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3797 3798 3799 |
# File 'sig/types.rbs', line 3797 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3798 3799 3800 |
# File 'sig/types.rbs', line 3798 def next_token @next_token end |
#rule_disabled ⇒ Boolean
Returns the value of attribute rule_disabled.
3799 3800 3801 |
# File 'sig/types.rbs', line 3799 def rule_disabled @rule_disabled end |
#topic ⇒ ::String
Returns the value of attribute topic.
3796 3797 3798 |
# File 'sig/types.rbs', line 3796 def topic @topic end |