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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 master security group of the AWS Firewall Manager policy.

Returns:

  • (String)


1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-fms/types.rb', line 1507

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

#target_violation_reasonsArray<String>

The violation reason.

Returns:

  • (Array<String>)


1507
1508
1509
1510
1511
1512
# File 'lib/aws-sdk-fms/types.rb', line 1507

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