Class: Aws::Types::HttpContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#headers::Hash[::String, ::String]

Returns the value of attribute headers.

Returns:

  • (::Hash[::String, ::String])


2628
2629
2630
# File 'sig/types.rbs', line 2628

def headers
  @headers
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2629
2630
2631
# File 'sig/types.rbs', line 2629

def query_string
  @query_string
end