Class: Aws::Types::ConditionExecution
- Inherits:
-
Object
- Object
- Aws::Types::ConditionExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
-
#status ⇒ "InProgress", ...
Returns the value of attribute status.
-
#summary ⇒ ::String
Returns the value of attribute summary.
Instance Attribute Details
#last_status_change ⇒ ::Time
Returns the value of attribute last_status_change.
336 337 338 |
# File 'sig/types.rbs', line 336 def last_status_change @last_status_change end |
#status ⇒ "InProgress", ...
Returns the value of attribute status.
334 335 336 |
# File 'sig/types.rbs', line 334 def status @status end |
#summary ⇒ ::String
Returns the value of attribute summary.
335 336 337 |
# File 'sig/types.rbs', line 335 def summary @summary end |