Class: Aws::GuardDuty::Types::GetCustomDetectionRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetCustomDetectionRuleResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule ⇒ Types::RuleDetail
The details of the custom detection rule.
Instance Attribute Details
#rule ⇒ Types::RuleDetail
The details of the custom detection rule.
6119 6120 6121 6122 6123 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6119 class GetCustomDetectionRuleResponse < Struct.new( :rule) SENSITIVE = [] include Aws::Structure end |