Class: Aws::FMS::Types::PartialMatch

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#referenceString

The reference rule from the primary security group of the Firewall Manager policy.

Returns:

  • (String)


2952
2953
2954
2955
2956
2957
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2952

class PartialMatch < Struct.new(
  :reference,
  :target_violation_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#target_violation_reasonsArray<String>

The violation reason.

Returns:

  • (Array<String>)


2952
2953
2954
2955
2956
2957
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 2952

class PartialMatch < Struct.new(
  :reference,
  :target_violation_reasons)
  SENSITIVE = []
  include Aws::Structure
end