Class: Aws::Types::HttpRequest
- Inherits:
-
Object
- Object
- Aws::Types::HttpRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#compress_request ⇒ "NONE", "GZIP"
Returns the value of attribute compress_request.
-
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
-
#method ⇒ "GET", "POST"
Returns the value of attribute method.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
682 683 684 |
# File 'sig/types.rbs', line 682 def body @body end |
#compress_request ⇒ "NONE", "GZIP"
Returns the value of attribute compress_request.
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.
683 684 685 |
# File 'sig/types.rbs', line 683 def headers @headers end |
#method ⇒ "GET", "POST"
Returns the value of attribute method.
681 682 683 |
# File 'sig/types.rbs', line 681 def method @method end |