Class: Aws::Types::GetCustomDetectionRuleOrgConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomDetectionRuleOrgConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def rule_id @rule_id end |