Class: Aws::FMS::Types::PartialMatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PartialMatch
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
The reference rule that partially matches the ViolationTarget
rule
and violation reason.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reference ⇒ String
The reference rule from the primary security group of the Firewall Manager policy.
-
#target_violation_reasons ⇒ Array<String>
The violation reason.
Instance Attribute Details
#reference ⇒ String
The reference rule from the primary security group of the Firewall Manager policy.
3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3371 class PartialMatch < Struct.new( :reference, :target_violation_reasons) SENSITIVE = [] include Aws::Structure end |
#target_violation_reasons ⇒ Array<String>
The violation reason.
3371 3372 3373 3374 3375 3376 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3371 class PartialMatch < Struct.new( :reference, :target_violation_reasons) SENSITIVE = [] include Aws::Structure end |