Class: Aws::Types::TestResult
- Inherits:
-
Object
- Object
- Aws::Types::TestResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_utilization ⇒ ::String
Returns the value of attribute compute_utilization.
-
#function_error_message ⇒ ::String
Returns the value of attribute function_error_message.
-
#function_execution_logs ⇒ ::Array[::String]
Returns the value of attribute function_execution_logs.
-
#function_output ⇒ ::String
Returns the value of attribute function_output.
-
#function_summary ⇒ Types::FunctionSummary
Returns the value of attribute function_summary.
Instance Attribute Details
#compute_utilization ⇒ ::String
Returns the value of attribute compute_utilization.
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.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def end |
#function_execution_logs ⇒ ::Array[::String]
Returns the value of attribute function_execution_logs.
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.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def function_output @function_output end |
#function_summary ⇒ Types::FunctionSummary
Returns the value of attribute function_summary.
3536 3537 3538 |
# File 'sig/types.rbs', line 3536 def function_summary @function_summary end |