Class: Aws::EMR::Types::InstanceTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceTimeline
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The timeline of the instance lifecycle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The creation date and time of the instance.
-
#end_date_time ⇒ Time
The date and time when the instance was terminated.
-
#ready_date_time ⇒ Time
The date and time when the instance was ready to perform tasks.
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time of the instance.
3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-emr/types.rb', line 3174 class InstanceTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ Time
The date and time when the instance was terminated.
3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-emr/types.rb', line 3174 class InstanceTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#ready_date_time ⇒ Time
The date and time when the instance was ready to perform tasks.
3174 3175 3176 3177 3178 3179 3180 |
# File 'lib/aws-sdk-emr/types.rb', line 3174 class InstanceTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |