Class: Aws::Types::HTTPRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_ip::String

Returns the value of attribute client_ip.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def client_ip
  @client_ip
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def country
  @country
end

#headers::Array[Types::HTTPHeader]

Returns the value of attribute headers.

Returns:



818
819
820
# File 'sig/types.rbs', line 818

def headers
  @headers
end

#http_version::String

Returns the value of attribute http_version.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def http_version
  @http_version
end

#method::String

Returns the value of attribute method.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def method
  @method
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def uri
  @uri
end