Class: Aws::WAFV2::Types::Label

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

Overview

A single label container. This is used as an element of a label array in multiple contexts, for example, in RuleLabels inside a Rule and in Labels inside a SampledHTTPRequest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The label string.

Returns:

  • (String)


4170
4171
4172
4173
4174
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 4170

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