Class: Aws::GuardDuty::Types::DeleteCustomDetectionRuleOrgConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DeleteCustomDetectionRuleOrgConfigurationRequest
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The execution mode of the organization configuration to delete.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
Instance Attribute Details
#mode ⇒ String
The execution mode of the organization configuration to delete.
Valid values: LIVE | DRY_RUN.
4146 4147 4148 4149 4150 4151 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4146 class DeleteCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
4146 4147 4148 4149 4150 4151 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4146 class DeleteCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode) SENSITIVE = [] include Aws::Structure end |