Class: Aws::GuardDuty::Types::GetCustomDetectionRuleAssociationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 custom detection rule association.



6115
6116
6117
6118
6119
6120
# File 'lib/aws-sdk-guardduty/types.rb', line 6115

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

#tagsHash<String,String>

The tags associated with the custom detection rule association resource.

Returns:

  • (Hash<String,String>)


6115
6116
6117
6118
6119
6120
# File 'lib/aws-sdk-guardduty/types.rb', line 6115

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