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.
1730 1731 1732 1733 1734 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1730 class CreateCustomDetectionRuleAssociationResponse < Struct.new( :rule_association) SENSITIVE = [] include Aws::Structure end |