Method: Aws::WAF::Types::HTTPRequest#uri

Defined in:
lib/aws-sdk-waf/types.rb

#uriString

The part of a web request that identifies the resource, for example, /images/daily-ad.jpg.

Returns:

  • (String)


2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
# File 'lib/aws-sdk-waf/types.rb', line 2522

class HTTPRequest < Struct.new(
  :client_ip,
  :country,
  :uri,
  :method,
  :http_version,
  :headers)
  SENSITIVE = []
  include Aws::Structure
end