Class: Aws::Types::DeleteCustomDetectionRuleAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomDetectionRuleAssociationRequest
- 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.
701 702 703 |
# File 'sig/types.rbs', line 701 def association_id @association_id end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
700 701 702 |
# File 'sig/types.rbs', line 700 def rule_id @rule_id end |