Class: Aws::Types::ListManagedInsightRulesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedInsightRulesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_rules ⇒ ::Array[Types::ManagedRuleDescription]
Returns the value of attribute managed_rules.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#managed_rules ⇒ ::Array[Types::ManagedRuleDescription]
Returns the value of attribute managed_rules.
641 642 643 |
# File 'sig/types.rbs', line 641 def managed_rules @managed_rules end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
642 643 644 |
# File 'sig/types.rbs', line 642 def next_token @next_token end |