Class: Aws::GuardDuty::Types::GetCustomDetectionRuleAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::GetCustomDetectionRuleAssociationResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_association ⇒ Types::AssociationDetail
The details of the custom detection rule association.
-
#tags ⇒ Hash<String,String>
The tags associated with the custom detection rule association resource.
Instance Attribute Details
#rule_association ⇒ Types::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 |
#tags ⇒ Hash<String,String>
The tags associated with the custom detection rule association resource.
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 |