Class: Aws::Types::HttpRequestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HttpRequestConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
-
#method_type ⇒ "GET", "POST"
Returns the value of attribute method_type.
-
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
-
#request_timeout_milliseconds ⇒ ::Integer
Returns the value of attribute request_timeout_milliseconds.
-
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
712 713 714 |
# File 'sig/types.rbs', line 712 def body @body end |
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
713 714 715 |
# File 'sig/types.rbs', line 713 def headers @headers end |
#method_type ⇒ "GET", "POST"
Returns the value of attribute method_type.
709 710 711 |
# File 'sig/types.rbs', line 709 def method_type @method_type end |
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
708 709 710 |
# File 'sig/types.rbs', line 708 def output @output end |
#request_timeout_milliseconds ⇒ ::Integer
Returns the value of attribute request_timeout_milliseconds.
710 711 712 |
# File 'sig/types.rbs', line 710 def request_timeout_milliseconds @request_timeout_milliseconds end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
707 708 709 |
# File 'sig/types.rbs', line 707 def runtime @runtime end |
#url ⇒ ::String
Returns the value of attribute url.
711 712 713 |
# File 'sig/types.rbs', line 711 def url @url end |