Class: Aws::XRay::Types::Http

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

Overview

Information about an HTTP request.

Instance Attribute Summary collapse

Instance Attribute Details

#client_ipString

The IP address of the requestor.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-xray/types.rb', line 1104

class Http < Struct.new(
  :http_url,
  :http_status,
  :http_method,
  :user_agent,
  :client_ip)
  include Aws::Structure
end

#http_methodString

The request method.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-xray/types.rb', line 1104

class Http < Struct.new(
  :http_url,
  :http_status,
  :http_method,
  :user_agent,
  :client_ip)
  include Aws::Structure
end

#http_statusInteger

The response status.

Returns:

  • (Integer)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-xray/types.rb', line 1104

class Http < Struct.new(
  :http_url,
  :http_status,
  :http_method,
  :user_agent,
  :client_ip)
  include Aws::Structure
end

#http_urlString

The request URL.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-xray/types.rb', line 1104

class Http < Struct.new(
  :http_url,
  :http_status,
  :http_method,
  :user_agent,
  :client_ip)
  include Aws::Structure
end

#user_agentString

The request’s user agent string.

Returns:

  • (String)


1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-xray/types.rb', line 1104

class Http < Struct.new(
  :http_url,
  :http_status,
  :http_method,
  :user_agent,
  :client_ip)
  include Aws::Structure
end