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.



6174
6175
6176
6177
6178
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6174

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