You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about an HTTP request.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#client_ipString

The IP address of the requestor.

Returns:

  • (String)

    The IP address of the requestor.

#http_methodString

The request method.

Returns:

  • (String)

    The request method.

#http_statusInteger

The response status.

Returns:

  • (Integer)

    The response status.

#http_urlString

The request URL.

Returns:

  • (String)

    The request URL.

#user_agentString

The request\'s user agent string.

Returns:

  • (String)

    The request\'s user agent string.