Class: Aws::EMR::Types::InstanceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The instance status details.
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the instance.
-
#state_change_reason ⇒ Types::InstanceStateChangeReason
The details of the status change reason for the instance.
-
#timeline ⇒ Types::InstanceTimeline
The timeline of the instance status over time.
Instance Attribute Details
#state ⇒ String
The current state of the instance.
2577 2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-emr/types.rb', line 2577 class InstanceStatus < Struct.new( :state, :state_change_reason, :timeline) include Aws::Structure end |
#state_change_reason ⇒ Types::InstanceStateChangeReason
The details of the status change reason for the instance.
2577 2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-emr/types.rb', line 2577 class InstanceStatus < Struct.new( :state, :state_change_reason, :timeline) include Aws::Structure end |
#timeline ⇒ Types::InstanceTimeline
The timeline of the instance status over time.
2577 2578 2579 2580 2581 2582 |
# File 'lib/aws-sdk-emr/types.rb', line 2577 class InstanceStatus < Struct.new( :state, :state_change_reason, :timeline) include Aws::Structure end |