Class: Aws::Types::AwsServiceRequestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AwsServiceRequestConfiguration
- 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.
-
#target_region ⇒ ::String
Returns the value of attribute target_region.
-
#target_service ⇒ ::String
Returns the value of attribute target_service.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
115 116 117 |
# File 'sig/types.rbs', line 115 def body @body end |
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
116 117 118 |
# File 'sig/types.rbs', line 116 def headers @headers end |
#method_type ⇒ "GET", "POST"
Returns the value of attribute method_type.
112 113 114 |
# File 'sig/types.rbs', line 112 def method_type @method_type end |
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
111 112 113 |
# File 'sig/types.rbs', line 111 def output @output end |
#request_timeout_milliseconds ⇒ ::Integer
Returns the value of attribute request_timeout_milliseconds.
113 114 115 |
# File 'sig/types.rbs', line 113 def request_timeout_milliseconds @request_timeout_milliseconds end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
110 111 112 |
# File 'sig/types.rbs', line 110 def runtime @runtime end |
#target_region ⇒ ::String
Returns the value of attribute target_region.
118 119 120 |
# File 'sig/types.rbs', line 118 def target_region @target_region end |
#target_service ⇒ ::String
Returns the value of attribute target_service.
117 118 119 |
# File 'sig/types.rbs', line 117 def target_service @target_service end |
#url ⇒ ::String
Returns the value of attribute url.
114 115 116 |
# File 'sig/types.rbs', line 114 def url @url end |