Class: Aws::Types::GetCustomDetectionRuleAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomDetectionRuleAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def association_id @association_id end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def rule_id @rule_id end |