Class: Aws::GuardDuty::Types::DeleteCustomDetectionRuleAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DeleteCustomDetectionRuleAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The unique identifier for the association to delete.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
Instance Attribute Details
#association_id ⇒ String
The unique identifier for the association to delete.
4096 4097 4098 4099 4100 4101 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4096 class DeleteCustomDetectionRuleAssociationRequest < Struct.new( :rule_id, :association_id) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
4096 4097 4098 4099 4100 4101 |
# File 'lib/aws-sdk-guardduty/types.rb', line 4096 class DeleteCustomDetectionRuleAssociationRequest < Struct.new( :rule_id, :association_id) SENSITIVE = [] include Aws::Structure end |