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.
5409 5410 5411 |
# File 'sig/types.rbs', line 5409 def next_token @next_token end |
#rule_summary_list ⇒ ::Array[Types::RuleSummary]
Returns the value of attribute rule_summary_list.
5408 5409 5410 |
# File 'sig/types.rbs', line 5408 def rule_summary_list @rule_summary_list end |