Class: Aws::Types::GetCalculationExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCalculationExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculation_execution_id ⇒ ::String
Returns the value of attribute calculation_execution_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#result ⇒ Types::CalculationResult
Returns the value of attribute result.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#statistics ⇒ Types::CalculationStatistics
Returns the value of attribute statistics.
-
#status ⇒ Types::CalculationStatus
Returns the value of attribute status.
-
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
Instance Attribute Details
#calculation_execution_id ⇒ ::String
Returns the value of attribute calculation_execution_id.
410 411 412 |
# File 'sig/types.rbs', line 410 def calculation_execution_id @calculation_execution_id end |
#description ⇒ ::String
Returns the value of attribute description.
412 413 414 |
# File 'sig/types.rbs', line 412 def description @description end |
#result ⇒ Types::CalculationResult
Returns the value of attribute result.
416 417 418 |
# File 'sig/types.rbs', line 416 def result @result end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
411 412 413 |
# File 'sig/types.rbs', line 411 def session_id @session_id end |
#statistics ⇒ Types::CalculationStatistics
Returns the value of attribute statistics.
415 416 417 |
# File 'sig/types.rbs', line 415 def statistics @statistics end |
#status ⇒ Types::CalculationStatus
Returns the value of attribute status.
414 415 416 |
# File 'sig/types.rbs', line 414 def status @status end |
#working_directory ⇒ ::String
Returns the value of attribute working_directory.
413 414 415 |
# File 'sig/types.rbs', line 413 def working_directory @working_directory end |