Class: Aws::GuardDuty::Types::GetCustomDetectionRuleOrgConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetCustomDetectionRuleOrgConfigurationResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::DetectionRuleOrgConfiguration
The details of the organization configuration.
Instance Attribute Details
#configuration ⇒ Types::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 |