Class: Aws::Types::EvaluateCodeResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::EvaluateCodeErrorDetail

Returns the value of attribute error.



622
623
624
# File 'sig/types.rbs', line 622

def error
  @error
end

#evaluation_result::String

Returns the value of attribute evaluation_result.

Returns:

  • (::String)


621
622
623
# File 'sig/types.rbs', line 621

def evaluation_result
  @evaluation_result
end

#logs::Array[::String]

Returns the value of attribute logs.

Returns:

  • (::Array[::String])


623
624
625
# File 'sig/types.rbs', line 623

def logs
  @logs
end

#out_errors::String

Returns the value of attribute out_errors.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def out_errors
  @out_errors
end

#stash::String

Returns the value of attribute stash.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def stash
  @stash
end