Class: Aws::Types::CodeInterpreterInvocationOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_error::String

Returns the value of attribute execution_error.

Returns:

  • (::String)


540
541
542
# File 'sig/types.rbs', line 540

def execution_error
  @execution_error
end

#execution_output::String

Returns the value of attribute execution_output.

Returns:

  • (::String)


541
542
543
# File 'sig/types.rbs', line 541

def execution_output
  @execution_output
end

#execution_timeoutBoolean

Returns the value of attribute execution_timeout.

Returns:

  • (Boolean)


542
543
544
# File 'sig/types.rbs', line 542

def execution_timeout
  @execution_timeout
end

#files::Array[::String]

Returns the value of attribute files.

Returns:

  • (::Array[::String])


543
544
545
# File 'sig/types.rbs', line 543

def files
  @files
end

#metadataTypes::Metadata

Returns the value of attribute metadata.

Returns:



544
545
546
# File 'sig/types.rbs', line 544

def 
  @metadata
end