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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafv2/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)


4254
4255
4256
4257
4258
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 4254

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