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)


591
592
593
# File 'sig/types.rbs', line 591

def client_ip
  @client_ip
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def country
  @country
end

#headers::Array[Types::HTTPHeader]

Returns the value of attribute headers.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def headers
  @headers
end

#http_version::String

Returns the value of attribute http_version.

Returns:

  • (::String)


595
596
597
# File 'sig/types.rbs', line 595

def http_version
  @http_version
end

#method::String

Returns the value of attribute method.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def method
  @method
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def uri
  @uri
end