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.
Constant Summary collapse
- SENSITIVE =
[]
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.
3178 3179 3180 3181 3182 3183 3184 |
# File 'lib/aws-sdk-emr/types.rb', line 3178 class InstanceStatus < Struct.new( :state, :state_change_reason, :timeline) SENSITIVE = [] include Aws::Structure end |
#state_change_reason ⇒ Types::InstanceStateChangeReason
The details of the status change reason for the instance.
3178 3179 3180 3181 3182 3183 3184 |
# File 'lib/aws-sdk-emr/types.rb', line 3178 class InstanceStatus < Struct.new( :state, :state_change_reason, :timeline) SENSITIVE = [] include Aws::Structure end |
#timeline ⇒ Types::InstanceTimeline
The timeline of the instance status over time.
3178 3179 3180 3181 3182 3183 3184 |
# File 'lib/aws-sdk-emr/types.rb', line 3178 class InstanceStatus < Struct.new( :state, :state_change_reason, :timeline) SENSITIVE = [] include Aws::Structure end |