Class: Aws::EMR::Types::ClusterStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-emr/types.rb

Overview

The detailed status of the cluster.

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the cluster.

Returns:

  • (String)


943
944
945
946
947
948
# File 'lib/aws-sdk-emr/types.rb', line 943

class ClusterStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline)
  include Aws::Structure
end

#state_change_reasonTypes::ClusterStateChangeReason

The reason for the cluster status change.



943
944
945
946
947
948
# File 'lib/aws-sdk-emr/types.rb', line 943

class ClusterStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline)
  include Aws::Structure
end

#timelineTypes::ClusterTimeline

A timeline that represents the status of a cluster over the lifetime of the cluster.



943
944
945
946
947
948
# File 'lib/aws-sdk-emr/types.rb', line 943

class ClusterStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline)
  include Aws::Structure
end