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.
694 695 696 |
# File 'sig/types.rbs', line 694 def body @body end |
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
695 696 697 |
# File 'sig/types.rbs', line 695 def headers @headers end |
#method_type ⇒ "GET", "POST"
Returns the value of attribute method_type.
691 692 693 |
# File 'sig/types.rbs', line 691 def method_type @method_type end |
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
690 691 692 |
# File 'sig/types.rbs', line 690 def output @output end |
#request_timeout_milliseconds ⇒ ::Integer
Returns the value of attribute request_timeout_milliseconds.
692 693 694 |
# File 'sig/types.rbs', line 692 def request_timeout_milliseconds @request_timeout_milliseconds end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
689 690 691 |
# File 'sig/types.rbs', line 689 def runtime @runtime end |
#url ⇒ ::String
Returns the value of attribute url.
693 694 695 |
# File 'sig/types.rbs', line 693 def url @url end |