Class: Aws::Types::StepExecutionStatusDetail
- Inherits:
-
Object
- Object
- Aws::Types::StepExecutionStatusDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
-
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
-
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1657 1658 1659 |
# File 'sig/types.rbs', line 1657 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def end_date_time @end_date_time end |
#last_state_change_reason ⇒ ::String
Returns the value of attribute last_state_change_reason.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def last_state_change_reason @last_state_change_reason end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
1658 1659 1660 |
# File 'sig/types.rbs', line 1658 def start_date_time @start_date_time end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1656 1657 1658 |
# File 'sig/types.rbs', line 1656 def state @state end |