Class: Aws::Types::ConnectionFunctionTestResult
- Inherits:
-
Object
- Object
- Aws::Types::ConnectionFunctionTestResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compute_utilization ⇒ ::String
Returns the value of attribute compute_utilization.
-
#connection_function_error_message ⇒ ::String
Returns the value of attribute connection_function_error_message.
-
#connection_function_execution_logs ⇒ ::Array[::String]
Returns the value of attribute connection_function_execution_logs.
-
#connection_function_output ⇒ ::String
Returns the value of attribute connection_function_output.
-
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
Returns the value of attribute connection_function_summary.
Instance Attribute Details
#compute_utilization ⇒ ::String
Returns the value of attribute compute_utilization.
342 343 344 |
# File 'sig/types.rbs', line 342 def compute_utilization @compute_utilization end |
#connection_function_error_message ⇒ ::String
Returns the value of attribute connection_function_error_message.
344 345 346 |
# File 'sig/types.rbs', line 344 def @connection_function_error_message end |
#connection_function_execution_logs ⇒ ::Array[::String]
Returns the value of attribute connection_function_execution_logs.
343 344 345 |
# File 'sig/types.rbs', line 343 def connection_function_execution_logs @connection_function_execution_logs end |
#connection_function_output ⇒ ::String
Returns the value of attribute connection_function_output.
345 346 347 |
# File 'sig/types.rbs', line 345 def connection_function_output @connection_function_output end |
#connection_function_summary ⇒ Types::ConnectionFunctionSummary
Returns the value of attribute connection_function_summary.
341 342 343 |
# File 'sig/types.rbs', line 341 def connection_function_summary @connection_function_summary end |