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.
6115 6116 6117 6118 6119 6120 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6115 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.
6115 6116 6117 6118 6119 6120 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6115 class GetCustomDetectionRuleAssociationResponse < Struct.new( :rule_association, :tags) SENSITIVE = [] include Aws::Structure end |