Class: Aws::GuardDuty::Types::CreateCustomDetectionRuleAssociationResponse

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

#rule_associationTypes::AssociationDetail

The details of the newly created custom detection rule association.



1679
1680
1681
1682
1683
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1679

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