Class: Aws::EMR::Types::InstanceGroupTimeline
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EMR::Types::InstanceGroupTimeline
 
 
- Defined in:
 - gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
 
Overview
The timeline of the instance group lifecycle.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The creation date and time of the instance group.
 - 
  
    
      #end_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the instance group terminated.
 - 
  
    
      #ready_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time when the instance group became ready to perform tasks.
 
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time of the instance group.
      3308 3309 3310 3311 3312 3313 3314  | 
    
      # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3308 class InstanceGroupTimeline < 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 group terminated.
      3308 3309 3310 3311 3312 3313 3314  | 
    
      # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3308 class InstanceGroupTimeline < 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 group became ready to perform tasks.
      3308 3309 3310 3311 3312 3313 3314  | 
    
      # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3308 class InstanceGroupTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end  |