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

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 custom detection rule association.



6143
6144
6145
6146
6147
6148
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6143

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>)


6143
6144
6145
6146
6147
6148
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6143

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