Class: Aws::GuardDuty::Types::GetCustomDetectionRuleOrgConfigurationRequest

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 retrieve. Valid values: LIVE | DRY_RUN.

Returns:

  • (String)


6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6133

class GetCustomDetectionRuleOrgConfigurationRequest < Struct.new(
  :rule_id,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The unique identifier for the custom detection rule.

Returns:

  • (String)


6133
6134
6135
6136
6137
6138
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6133

class GetCustomDetectionRuleOrgConfigurationRequest < Struct.new(
  :rule_id,
  :mode)
  SENSITIVE = []
  include Aws::Structure
end