Class: Aws::Types::HttpContext
- Inherits:
-
Object
- Object
- Aws::Types::HttpContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
-
#query_string ⇒ ::String
Returns the value of attribute query_string.
Instance Attribute Details
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
2628 2629 2630 |
# File 'sig/types.rbs', line 2628 def headers @headers end |
#query_string ⇒ ::String
Returns the value of attribute query_string.
2629 2630 2631 |
# File 'sig/types.rbs', line 2629 def query_string @query_string end |