Class: Aws::WAFV2::Types::UsernameField
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::UsernameField
- Defined in:
- gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb
Overview
Details about your login page username field, used in a
ManagedRuleGroupConfig
.
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
.
7028 7029 7030 7031 7032 |
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 7028 class UsernameField < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |