Class: Aws::Types::ListRulesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRulesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_summary_list ⇒ ::Array[Types::RuleSummary]
Returns the value of attribute rule_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
5337 5338 5339 |
# File 'sig/types.rbs', line 5337 def next_token @next_token end |
#rule_summary_list ⇒ ::Array[Types::RuleSummary]
Returns the value of attribute rule_summary_list.
5336 5337 5338 |
# File 'sig/types.rbs', line 5336 def rule_summary_list @rule_summary_list end |