Class: Aws::EMR::Types::InstanceTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceTimeline
- Defined in:
- gems/aws-sdk-emr/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.
3202 3203 3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3202 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.
3202 3203 3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3202 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.
3202 3203 3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3202 class InstanceTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |