Class: Aws::EMR::Types::InstanceStatus

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

Overview

The instance status details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

The current state of the instance.

Returns:

  • (String)


3149
3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3149

class InstanceStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline)
  SENSITIVE = []
  include Aws::Structure
end

#state_change_reasonTypes::InstanceStateChangeReason

The details of the status change reason for the instance.



3149
3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3149

class InstanceStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline)
  SENSITIVE = []
  include Aws::Structure
end

#timelineTypes::InstanceTimeline

The timeline of the instance status over time.



3149
3150
3151
3152
3153
3154
3155
# File 'gems/aws-sdk-emr/lib/aws-sdk-emr/types.rb', line 3149

class InstanceStatus < Struct.new(
  :state,
  :state_change_reason,
  :timeline)
  SENSITIVE = []
  include Aws::Structure
end