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.
618 619 620 |
# File 'sig/types.rbs', line 618 def client_ip @client_ip end |
#country ⇒ ::String
Returns the value of attribute country.
619 620 621 |
# File 'sig/types.rbs', line 619 def country @country end |
#headers ⇒ ::Array[Types::HTTPHeader]
Returns the value of attribute headers.
623 624 625 |
# File 'sig/types.rbs', line 623 def headers @headers end |
#http_version ⇒ ::String
Returns the value of attribute http_version.
622 623 624 |
# File 'sig/types.rbs', line 622 def http_version @http_version end |
#method ⇒ ::String
Returns the value of attribute method.
621 622 623 |
# File 'sig/types.rbs', line 621 def method @method end |
#uri ⇒ ::String
Returns the value of attribute uri.
620 621 622 |
# File 'sig/types.rbs', line 620 def uri @uri end |