Class: Aws::WAFV2::Types::LabelNameCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb

Overview

A single label name condition for a Condition in a logging filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#label_nameString

The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.

Returns:

  • (String)


4232
4233
4234
4235
4236
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 4232

class LabelNameCondition < Struct.new(
  :label_name)
  SENSITIVE = []
  include Aws::Structure
end