Class: Aws::Types::TestResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:function_execution_logs, :function_error_message, :function_output])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_utilization::String

Returns the value of attribute compute_utilization.

Returns:

  • (::String)


3537
3538
3539
# File 'sig/types.rbs', line 3537

def compute_utilization
  @compute_utilization
end

#function_error_message::String

Returns the value of attribute function_error_message.

Returns:

  • (::String)


3539
3540
3541
# File 'sig/types.rbs', line 3539

def function_error_message
  @function_error_message
end

#function_execution_logs::Array[::String]

Returns the value of attribute function_execution_logs.

Returns:

  • (::Array[::String])


3538
3539
3540
# File 'sig/types.rbs', line 3538

def function_execution_logs
  @function_execution_logs
end

#function_output::String

Returns the value of attribute function_output.

Returns:

  • (::String)


3540
3541
3542
# File 'sig/types.rbs', line 3540

def function_output
  @function_output
end

#function_summaryTypes::FunctionSummary

Returns the value of attribute function_summary.



3536
3537
3538
# File 'sig/types.rbs', line 3536

def function_summary
  @function_summary
end