Class: Aws::EMR::Types::ClusterTimeline
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMR::Types::ClusterTimeline
 
- Defined in:
- gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb
Overview
Represents the timeline of the cluster's lifecycle.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #creation_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The creation date and time of the cluster. 
- 
  
    
      #end_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when the cluster was terminated. 
- 
  
    
      #ready_date_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The date and time when the cluster was ready to run steps. 
Instance Attribute Details
#creation_date_time ⇒ Time
The creation date and time of the cluster.
| 956 957 958 959 960 961 962 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 956 class ClusterTimeline < 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 cluster was terminated.
| 956 957 958 959 960 961 962 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 956 class ClusterTimeline < 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 cluster was ready to run steps.
| 956 957 958 959 960 961 962 | # File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 956 class ClusterTimeline < Struct.new( :creation_date_time, :ready_date_time, :end_date_time) SENSITIVE = [] include Aws::Structure end |