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_ip ⇒ String

The IP address of the requestor.

Returns:

  • (String) —

    The IP address of the requestor.

#http_method ⇒ String

The request method.

Returns:

  • (String) —

    The request method.

#http_status ⇒ Integer

The response status.

Returns:

  • (Integer) —

    The response status.

#http_url ⇒ String

The request URL.

Returns:

  • (String) —

    The request URL.

#user_agent ⇒ String

The request\'s user agent string.

Returns:

  • (String) —

    The request\'s user agent string.