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)


618
619
620
# File 'sig/types.rbs', line 618

def client_ip
  @client_ip
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


619
620
621
# File 'sig/types.rbs', line 619

def country
  @country
end

#headers::Array[Types::HTTPHeader]

Returns the value of attribute headers.

Returns:



623
624
625
# File 'sig/types.rbs', line 623

def headers
  @headers
end

#http_version::String

Returns the value of attribute http_version.

Returns:

  • (::String)


622
623
624
# File 'sig/types.rbs', line 622

def http_version
  @http_version
end

#method::String

Returns the value of attribute method.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def method
  @method
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def uri
  @uri
end