Class: Aws::Types::HttpRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def body
  @body
end

#compress_request"NONE", "GZIP"

Returns the value of attribute compress_request.

Returns:

  • ("NONE", "GZIP")


684
685
686
# File 'sig/types.rbs', line 684

def compress_request
  @compress_request
end

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

Returns the value of attribute headers.

Returns:

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


683
684
685
# File 'sig/types.rbs', line 683

def headers
  @headers
end

#method"GET", "POST"

Returns the value of attribute method.

Returns:

  • ("GET", "POST")


681
682
683
# File 'sig/types.rbs', line 681

def method
  @method
end