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 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 username field. For example ‘/form/username`.

Returns:

  • (String)


8359
8360
8361
8362
8363
# File 'lib/aws-sdk-wafv2/types.rb', line 8359

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