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)


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_reasonsArray<String>

The violation reason.

Returns:

  • (Array<String>)


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