Class: Aws::Types::CalculationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CalculationSummary
- 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.
-
#status ⇒ Types::CalculationStatus
Returns the value of attribute status.
Instance Attribute Details
#calculation_execution_id ⇒ ::String
Returns the value of attribute calculation_execution_id.
92 93 94 |
# File 'sig/types.rbs', line 92 def calculation_execution_id @calculation_execution_id end |
#description ⇒ ::String
Returns the value of attribute description.
93 94 95 |
# File 'sig/types.rbs', line 93 def description @description end |
#status ⇒ Types::CalculationStatus
Returns the value of attribute status.
94 95 96 |
# File 'sig/types.rbs', line 94 def status @status end |