Class: Aws::EMR::Types::ClusterStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::ClusterStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The detailed status of the cluster.
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the cluster.
-
#state_change_reason ⇒ Types::ClusterStateChangeReason
The reason for the cluster status change.
-
#timeline ⇒ Types::ClusterTimeline
A timeline that represents the status of a cluster over the lifetime of the cluster.
Instance Attribute Details
#state ⇒ String
The current state 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 |
#state_change_reason ⇒ Types::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 |
#timeline ⇒ Types::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 |