Class: Aws::GuardDuty::Types::GetCustomDetectionRuleResponse

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

#ruleTypes::RuleDetail

The details of the custom detection rule.

Returns:



6170
6171
6172
6173
6174
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6170

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