Class: Aws::GuardDuty::Types::GetCustomDetectionRuleOrgConfigurationResponse

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

#configurationTypes::DetectionRuleOrgConfiguration

The details of the organization configuration.



6095
6096
6097
6098
6099
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6095

class GetCustomDetectionRuleOrgConfigurationResponse < Struct.new(
  :configuration)
  SENSITIVE = []
  include Aws::Structure
end