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.
591 592 593 |
# File 'sig/types.rbs', line 591 def client_ip @client_ip end |
#country ⇒ ::String
Returns the value of attribute country.
592 593 594 |
# File 'sig/types.rbs', line 592 def country @country end |
#headers ⇒ ::Array[Types::HTTPHeader]
Returns the value of attribute headers.
596 597 598 |
# File 'sig/types.rbs', line 596 def headers @headers end |
#http_version ⇒ ::String
Returns the value of attribute http_version.
595 596 597 |
# File 'sig/types.rbs', line 595 def http_version @http_version end |
#method ⇒ ::String
Returns the value of attribute method.
594 595 596 |
# File 'sig/types.rbs', line 594 def method @method end |
#uri ⇒ ::String
Returns the value of attribute uri.
593 594 595 |
# File 'sig/types.rbs', line 593 def uri @uri end |