Class: Aws::Types::StepTimeline
- Inherits:
-
Object
- Object
- Aws::Types::StepTimeline
- 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.
-
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
1695 1696 1697 |
# File 'sig/types.rbs', line 1695 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def end_date_time @end_date_time end |
#start_date_time ⇒ ::Time
Returns the value of attribute start_date_time.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def start_date_time @start_date_time end |