Class: Aws::ObservabilityAdmin::Types::LabelNameCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::ObservabilityAdmin::Types::LabelNameCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-observabilityadmin/types.rb
Overview
Condition that matches based on WAF rule labels, with label names limited to 1024 characters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_name ⇒ String
The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.
Instance Attribute Details
#label_name ⇒ String
The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.
1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 1142 class LabelNameCondition < Struct.new( :label_name) SENSITIVE = [] include Aws::Structure end |