Class: Aws::Types::CreateCustomDetectionRuleOrgConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCustomDetectionRuleOrgConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
459 460 461 |
# File 'sig/types.rbs', line 459 def client_token @client_token end |
#exclude_account_ids ⇒ ::Array[::String]
Returns the value of attribute exclude_account_ids.
458 459 460 |
# File 'sig/types.rbs', line 458 def exclude_account_ids @exclude_account_ids end |
#include_account_ids ⇒ ::Array[::String]
Returns the value of attribute include_account_ids.
457 458 459 |
# File 'sig/types.rbs', line 457 def include_account_ids @include_account_ids end |
#mode ⇒ "LIVE", "DRY_RUN"
Returns the value of attribute mode.
456 457 458 |
# File 'sig/types.rbs', line 456 def mode @mode end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
455 456 457 |
# File 'sig/types.rbs', line 455 def rule_id @rule_id end |