Class: Aws::Types::GetRulesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetRulesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_details ⇒ ::Array[Types::RuleDetail]
Returns the value of attribute rule_details.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
878 879 880 |
# File 'sig/types.rbs', line 878 def next_token @next_token end |
#rule_details ⇒ ::Array[Types::RuleDetail]
Returns the value of attribute rule_details.
877 878 879 |
# File 'sig/types.rbs', line 877 def rule_details @rule_details end |