Class: Aws::Types::ListCustomDetectionRuleAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomDetectionRuleAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#rule_associations ⇒ ::Array[Types::AssociationSummary]
Returns the value of attribute rule_associations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def next_token @next_token end |
#rule_associations ⇒ ::Array[Types::AssociationSummary]
Returns the value of attribute rule_associations.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def rule_associations @rule_associations end |