Class: Aws::Types::HTTPRequest
- Inherits:
-
Object
- Object
- Aws::Types::HTTPRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ip ⇒ ::String
Returns the value of attribute client_ip.
-
#country ⇒ ::String
Returns the value of attribute country.
-
#headers ⇒ ::Array[Types::HTTPHeader]
Returns the value of attribute headers.
-
#http_version ⇒ ::String
Returns the value of attribute http_version.
-
#method ⇒ ::String
Returns the value of attribute method.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#client_ip ⇒ ::String
Returns the value of attribute client_ip.
813 814 815 |
# File 'sig/types.rbs', line 813 def client_ip @client_ip end |
#country ⇒ ::String
Returns the value of attribute country.
814 815 816 |
# File 'sig/types.rbs', line 814 def country @country end |
#headers ⇒ ::Array[Types::HTTPHeader]
Returns the value of attribute headers.
818 819 820 |
# File 'sig/types.rbs', line 818 def headers @headers end |
#http_version ⇒ ::String
Returns the value of attribute http_version.
817 818 819 |
# File 'sig/types.rbs', line 817 def http_version @http_version end |
#method ⇒ ::String
Returns the value of attribute method.
816 817 818 |
# File 'sig/types.rbs', line 816 def method @method end |
#uri ⇒ ::String
Returns the value of attribute uri.
815 816 817 |
# File 'sig/types.rbs', line 815 def uri @uri end |