Class: Aws::GuardDuty::Types::CreateCustomDetectionRuleAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CreateCustomDetectionRuleAssociationResponse
- 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 newly created custom detection rule association.
Instance Attribute Details
#rule_association ⇒ Types::AssociationDetail
The details of the newly created custom detection rule association.
1679 1680 1681 1682 1683 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1679 class CreateCustomDetectionRuleAssociationResponse < Struct.new( :rule_association) SENSITIVE = [] include Aws::Structure end |