Class: Aws::WAFV2::Types::LabelSummary

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

Overview

List of labels used by one or more of the rules of a RuleGroup. This summary object is used for the following rule group lists:

  • ‘AvailableLabels` - Labels that rules add to matching requests. These labels are defined in the `RuleLabels` for a Rule.

  • ‘ConsumedLabels` - Labels that rules match against. These labels are defined in a `LabelMatchStatement` specification, in the Statement definition of a rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

An individual label specification.

Returns:

  • (String)


4320
4321
4322
4323
4324
# File 'lib/aws-sdk-wafv2/types.rb', line 4320

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