Class: Aws::Types::InstanceGroupTimeline
- Inherits:
-
Object
- Object
- Aws::Types::InstanceGroupTimeline
- 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.
-
#ready_date_time ⇒ ::Time
Returns the value of attribute ready_date_time.
Instance Attribute Details
#creation_date_time ⇒ ::Time
Returns the value of attribute creation_date_time.
798 799 800 |
# File 'sig/types.rbs', line 798 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
800 801 802 |
# File 'sig/types.rbs', line 800 def end_date_time @end_date_time end |
#ready_date_time ⇒ ::Time
Returns the value of attribute ready_date_time.
799 800 801 |
# File 'sig/types.rbs', line 799 def ready_date_time @ready_date_time end |