Class: Aws::Types::InstanceFleetTimeline
- Inherits:
-
Object
- Object
- Aws::Types::InstanceFleetTimeline
- 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.
713 714 715 |
# File 'sig/types.rbs', line 713 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
715 716 717 |
# File 'sig/types.rbs', line 715 def end_date_time @end_date_time end |
#ready_date_time ⇒ ::Time
Returns the value of attribute ready_date_time.
714 715 716 |
# File 'sig/types.rbs', line 714 def ready_date_time @ready_date_time end |