Class: Aws::EMR::Types::InstanceGroupStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMR::Types::InstanceGroupStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emr/types.rb
Overview
The details of the instance group status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
The current state of the instance group.
-
#state_change_reason ⇒ Types::InstanceGroupStateChangeReason
The status change reason details for the instance group.
-
#timeline ⇒ Types::InstanceGroupTimeline
The timeline of the instance group status over time.
Instance Attribute Details
#state ⇒ String
The current state of the instance group.
3082 3083 3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-emr/types.rb', line 3082 class InstanceGroupStatus < Struct.new( :state, :state_change_reason, :timeline) SENSITIVE = [] include Aws::Structure end |
#state_change_reason ⇒ Types::InstanceGroupStateChangeReason
The status change reason details for the instance group.
3082 3083 3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-emr/types.rb', line 3082 class InstanceGroupStatus < Struct.new( :state, :state_change_reason, :timeline) SENSITIVE = [] include Aws::Structure end |
#timeline ⇒ Types::InstanceGroupTimeline
The timeline of the instance group status over time.
3082 3083 3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-emr/types.rb', line 3082 class InstanceGroupStatus < Struct.new( :state, :state_change_reason, :timeline) SENSITIVE = [] include Aws::Structure end |