Class: Aws::WAFV2::Types::UsernameField
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::UsernameField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Details about your login page username field for request inspection, used in the ‘AWSManagedRulesATPRuleSet` `RequestInspection` configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The name of the username field.
Instance Attribute Details
#identifier ⇒ String
The name of the username field. For example ‘/form/username`.
8359 8360 8361 8362 8363 |
# File 'lib/aws-sdk-wafv2/types.rb', line 8359 class UsernameField < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |