Class: Aws::Types::UpdateCustomDetectionRuleAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomDetectionRuleAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_id ⇒ ::String
Returns the value of attribute association_id.
-
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#association_id ⇒ ::String
Returns the value of attribute association_id.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def association_id @association_id end |
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def rule_id @rule_id end |