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

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

Overview

Information about an HTTP request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_ipString

The IP address of the requestor.

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1489

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

#http_methodString

The request method.

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1489

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

#http_statusInteger

The response status.

Returns:

  • (Integer)


1489
1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1489

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

#http_urlString

The request URL.

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1489

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

#user_agentString

The request's user agent string.

Returns:

  • (String)


1489
1490
1491
1492
1493
1494
1495
1496
1497
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 1489

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