Class: Aws::Types::ListRuleNamesByTargetResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListRuleNamesByTargetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_names ⇒ ::Array[::String]
Returns the value of attribute rule_names.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
684 685 686 |
# File 'sig/types.rbs', line 684 def next_token @next_token end |
#rule_names ⇒ ::Array[::String]
Returns the value of attribute rule_names.
683 684 685 |
# File 'sig/types.rbs', line 683 def rule_names @rule_names end |