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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#identifierString

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

Returns:

  • (String)


7028
7029
7030
7031
7032
# File 'lib/aws-sdk-wafv2/types.rb', line 7028

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