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.
4118 4119 4120 4121 4122 4123 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4118 class DeleteCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
4118 4119 4120 4121 4122 4123 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 4118 class DeleteCustomDetectionRuleOrgConfigurationRequest < Struct.new( :rule_id, :mode) SENSITIVE = [] include Aws::Structure end |