Class: Aws::EC2::Types::InstanceStateChange
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceStateChange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an instance state change.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_state ⇒ Types::InstanceState
The current state of the instance.
-
#instance_id ⇒ String
The ID of the instance.
-
#previous_state ⇒ Types::InstanceState
The previous state of the instance.
Instance Attribute Details
#current_state ⇒ Types::InstanceState
The current state of the instance.
44616 44617 44618 44619 44620 44621 44622 |
# File 'lib/aws-sdk-ec2/types.rb', line 44616 class InstanceStateChange < Struct.new( :instance_id, :current_state, :previous_state) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
44616 44617 44618 44619 44620 44621 44622 |
# File 'lib/aws-sdk-ec2/types.rb', line 44616 class InstanceStateChange < Struct.new( :instance_id, :current_state, :previous_state) SENSITIVE = [] include Aws::Structure end |
#previous_state ⇒ Types::InstanceState
The previous state of the instance.
44616 44617 44618 44619 44620 44621 44622 |
# File 'lib/aws-sdk-ec2/types.rb', line 44616 class InstanceStateChange < Struct.new( :instance_id, :current_state, :previous_state) SENSITIVE = [] include Aws::Structure end |