Class: Aws::Types::CodeInterpreterInvocationOutput
- Inherits:
-
Object
- Object
- Aws::Types::CodeInterpreterInvocationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_error ⇒ ::String
Returns the value of attribute execution_error.
-
#execution_output ⇒ ::String
Returns the value of attribute execution_output.
-
#execution_timeout ⇒ Boolean
Returns the value of attribute execution_timeout.
-
#files ⇒ ::Array[::String]
Returns the value of attribute files.
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
Instance Attribute Details
#execution_error ⇒ ::String
Returns the value of attribute execution_error.
458 459 460 |
# File 'sig/types.rbs', line 458 def execution_error @execution_error end |
#execution_output ⇒ ::String
Returns the value of attribute execution_output.
459 460 461 |
# File 'sig/types.rbs', line 459 def execution_output @execution_output end |
#execution_timeout ⇒ Boolean
Returns the value of attribute execution_timeout.
460 461 462 |
# File 'sig/types.rbs', line 460 def execution_timeout @execution_timeout end |
#files ⇒ ::Array[::String]
Returns the value of attribute files.
461 462 463 |
# File 'sig/types.rbs', line 461 def files @files end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
462 463 464 |
# File 'sig/types.rbs', line 462 def @metadata end |