Class: Aws::Types::CalculationStatus
- Inherits:
-
Object
- Object
- Aws::Types::CalculationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_date_time ⇒ ::Time
Returns the value of attribute completion_date_time.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
-
#submission_date_time ⇒ ::Time
Returns the value of attribute submission_date_time.
Instance Attribute Details
#completion_date_time ⇒ ::Time
Returns the value of attribute completion_date_time.
85 86 87 |
# File 'sig/types.rbs', line 85 def completion_date_time @completion_date_time end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
86 87 88 |
# File 'sig/types.rbs', line 86 def state @state end |
#state_change_reason ⇒ ::String
Returns the value of attribute state_change_reason.
87 88 89 |
# File 'sig/types.rbs', line 87 def state_change_reason @state_change_reason end |
#submission_date_time ⇒ ::Time
Returns the value of attribute submission_date_time.
84 85 86 |
# File 'sig/types.rbs', line 84 def submission_date_time @submission_date_time end |