Class: Aws::Types::UpdateCustomDetectionRuleOrgConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCustomDetectionRuleOrgConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude_account_ids ⇒ ::Array[::String]
Returns the value of attribute exclude_account_ids.
-
#include_account_ids ⇒ ::Array[::String]
Returns the value of attribute include_account_ids.
-
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
Instance Attribute Details
#exclude_account_ids ⇒ ::Array[::String]
Returns the value of attribute exclude_account_ids.
3140 3141 3142 |
# File 'sig/types.rbs', line 3140 def exclude_account_ids @exclude_account_ids end |
#include_account_ids ⇒ ::Array[::String]
Returns the value of attribute include_account_ids.
3139 3140 3141 |
# File 'sig/types.rbs', line 3139 def include_account_ids @include_account_ids end |
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def rule_id @rule_id end |