Class: Aws::Types::CustomOutputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CustomOutputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
-
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
Instance Attribute Details
#output ⇒ ::Hash[::String, ::String]
Returns the value of attribute output.
333 334 335 |
# File 'sig/types.rbs', line 333 def output @output end |
#runtime ⇒ "JSONATA"
Returns the value of attribute runtime.
332 333 334 |
# File 'sig/types.rbs', line 332 def runtime @runtime end |