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.



6064
6065
6066
6067
6068
6069
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6064

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


6064
6065
6066
6067
6068
6069
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6064

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