Class: Aws::GuardDuty::Types::UpdateCustomDetectionRuleOrgConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::UpdateCustomDetectionRuleOrgConfigurationRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exclude_account_ids ⇒ Array<String>
The account IDs to exclude from the organization configuration.
-
#include_account_ids ⇒ Array<String>
The account IDs to include in the organization configuration.
-
#mode ⇒ String
The execution mode of the organization configuration.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
Instance Attribute Details
#exclude_account_ids ⇒ Array<String>
The account IDs to exclude from the organization configuration.
Mutually exclusive with IncludeAccountIds.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13667 class UpdateCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode, :include_account_ids, :exclude_account_ids) SENSITIVE = [] include Aws::Structure end |
#include_account_ids ⇒ Array<String>
The account IDs to include in the organization configuration.
Mutually exclusive with ExcludeAccountIds.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13667 class UpdateCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode, :include_account_ids, :exclude_account_ids) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The execution mode of the organization configuration. Valid values:
LIVE | DRY_RUN.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13667 class UpdateCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode, :include_account_ids, :exclude_account_ids) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
13667 13668 13669 13670 13671 13672 13673 13674 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 13667 class UpdateCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode, :include_account_ids, :exclude_account_ids) SENSITIVE = [] include Aws::Structure end |