Class: Aws::WAFV2::Types::UsernameField

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 UsernameField data as a hash:

{
  identifier: "FieldIdentifier", # required
}

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

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

Returns:

  • (String)


18708
18709
18710
18711
18712
# File 'lib/aws-sdk-wafv2/types.rb', line 18708

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