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 primary security group of the Firewall Manager policy.

Returns:

  • (String)


3369
3370
3371
3372
3373
3374
# File 'lib/aws-sdk-fms/types.rb', line 3369

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

#target_violation_reasonsArray<String>

The violation reason.

Returns:

  • (Array<String>)


3369
3370
3371
3372
3373
3374
# File 'lib/aws-sdk-fms/types.rb', line 3369

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