Class: Aws::WAFV2::Types::PasswordField
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::PasswordField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Details about your login page password field, used in a `ManagedRuleGroupConfig`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The name of the password field.
Instance Attribute Details
#identifier ⇒ String
The name of the password field. For example `/form/password`.
4797 4798 4799 4800 4801 |
# File 'lib/aws-sdk-wafv2/types.rb', line 4797 class PasswordField < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |