Class: Aws::WAFV2::Types::PasswordField

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Details about your login page password field for request inspection, used in the ‘AWSManagedRulesATPRuleSet` `RequestInspection` configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The name of the password field. For example ‘/form/password`.

Returns:

  • (String)


5439
5440
5441
5442
5443
# File 'lib/aws-sdk-wafv2/types.rb', line 5439

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