Class: Aws::GuardDuty::Types::DeleteCustomDetectionRuleOrgConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modeString

The execution mode of the organization configuration to delete. Valid values: LIVE | DRY_RUN.

Returns:

  • (String)


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_idString

The unique identifier for the custom detection rule.

Returns:

  • (String)


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