Class: Aws::ObservabilityAdmin::Types::LabelNameCondition

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

Instance Attribute Details

#label_nameString

The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.

Returns:

  • (String)


1142
1143
1144
1145
1146
# File 'gems/aws-sdk-observabilityadmin/lib/aws-sdk-observabilityadmin/types.rb', line 1142

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