Class: Aws::EMR::Types::InstanceFleetTimeline
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceFleetTimeline
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_date_time ⇒ Time
The time and date the instance fleet was created.
-
#end_date_time ⇒ Time
The time and date the instance fleet terminated.
-
#ready_date_time ⇒ Time
The time and date the instance fleet was ready to run jobs.
Instance Attribute Details
#creation_date_time ⇒ Time
The time and date the instance fleet was created.
2710 2711 2712 2713 2714 2715 2716 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2710 class InstanceFleetTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#end_date_time ⇒ Time
The time and date the instance fleet terminated.
2710 2711 2712 2713 2714 2715 2716 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2710 class InstanceFleetTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |
#ready_date_time ⇒ Time
The time and date the instance fleet was ready to run jobs.
2710 2711 2712 2713 2714 2715 2716 |
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 2710 class InstanceFleetTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |