Class: Aws::Types::ClusterTimeline
- Inherits:
-
Object
- Object
- Aws::Types::ClusterTimeline
- 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.
227 228 229 |
# File 'sig/types.rbs', line 227 def creation_date_time @creation_date_time end |
#end_date_time ⇒ ::Time
Returns the value of attribute end_date_time.
229 230 231 |
# File 'sig/types.rbs', line 229 def end_date_time @end_date_time end |
#ready_date_time ⇒ ::Time
Returns the value of attribute ready_date_time.
228 229 230 |
# File 'sig/types.rbs', line 228 def ready_date_time @ready_date_time end |