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

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

Overview

Note:

When making an API call, you may pass PasswordField data as a hash:

{
  identifier: "FieldIdentifier", # required
}

Details about your login page password field, used in a `ManagedRuleGroupConfig`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

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

Returns:

  • (String)


8878
8879
8880
8881
8882
# File 'lib/aws-sdk-wafv2/types.rb', line 8878

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