Class: Aws::Types::Http
- Inherits:
-
Object
- Object
- Aws::Types::Http
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ip ⇒ ::String
Returns the value of attribute client_ip.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#http_status ⇒ ::Integer
Returns the value of attribute http_status.
-
#http_url ⇒ ::String
Returns the value of attribute http_url.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
Instance Attribute Details
#client_ip ⇒ ::String
Returns the value of attribute client_ip.
472 473 474 |
# File 'sig/types.rbs', line 472 def client_ip @client_ip end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
470 471 472 |
# File 'sig/types.rbs', line 470 def http_method @http_method end |
#http_status ⇒ ::Integer
Returns the value of attribute http_status.
469 470 471 |
# File 'sig/types.rbs', line 469 def http_status @http_status end |
#http_url ⇒ ::String
Returns the value of attribute http_url.
468 469 470 |
# File 'sig/types.rbs', line 468 def http_url @http_url end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
471 472 473 |
# File 'sig/types.rbs', line 471 def user_agent @user_agent end |