Class: Aws::Types::VastRequestConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VastRequestConfiguration
- 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.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def body @body end |
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def headers @headers end |
#method_type ⇒ "GET", "POST"
Returns the value of attribute method_type.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def method_type @method_type end |
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def output @output end |
#request_timeout_milliseconds ⇒ ::Integer
Returns the value of attribute request_timeout_milliseconds.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def request_timeout_milliseconds @request_timeout_milliseconds end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def runtime @runtime end |
#url ⇒ ::String
Returns the value of attribute url.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def url @url end |