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)


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.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def execution_output
  @execution_output
end

#execution_timeoutBoolean

Returns the value of attribute execution_timeout.

Returns:

  • (Boolean)


460
461
462
# File 'sig/types.rbs', line 460

def execution_timeout
  @execution_timeout
end

#files::Array[::String]

Returns the value of attribute files.

Returns:

  • (::Array[::String])


461
462
463
# File 'sig/types.rbs', line 461

def files
  @files
end

#metadataTypes::Metadata

Returns the value of attribute metadata.

Returns:



462
463
464
# File 'sig/types.rbs', line 462

def 
  @metadata
end