Class: Aws::EC2::Types::InstanceStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the status of an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the instance.

Returns:

  • (String)


15555
15556
15557
15558
15559
15560
15561
15562
15563
# File 'lib/aws-sdk-ec2/types.rb', line 15555

class InstanceStatus < Struct.new(
  :availability_zone,
  :events,
  :instance_id,
  :instance_state,
  :instance_status,
  :system_status)
  include Aws::Structure
end

#eventsArray<Types::InstanceStatusEvent>

Any scheduled events associated with the instance.

Returns:



15555
15556
15557
15558
15559
15560
15561
15562
15563
# File 'lib/aws-sdk-ec2/types.rb', line 15555

class InstanceStatus < Struct.new(
  :availability_zone,
  :events,
  :instance_id,
  :instance_state,
  :instance_status,
  :system_status)
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


15555
15556
15557
15558
15559
15560
15561
15562
15563
# File 'lib/aws-sdk-ec2/types.rb', line 15555

class InstanceStatus < Struct.new(
  :availability_zone,
  :events,
  :instance_id,
  :instance_state,
  :instance_status,
  :system_status)
  include Aws::Structure
end

#instance_stateTypes::InstanceState

The intended state of the instance. DescribeInstanceStatus requires that an instance be in the ‘running` state.



15555
15556
15557
15558
15559
15560
15561
15562
15563
# File 'lib/aws-sdk-ec2/types.rb', line 15555

class InstanceStatus < Struct.new(
  :availability_zone,
  :events,
  :instance_id,
  :instance_state,
  :instance_status,
  :system_status)
  include Aws::Structure
end

#instance_statusTypes::InstanceStatusSummary

Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.



15555
15556
15557
15558
15559
15560
15561
15562
15563
# File 'lib/aws-sdk-ec2/types.rb', line 15555

class InstanceStatus < Struct.new(
  :availability_zone,
  :events,
  :instance_id,
  :instance_state,
  :instance_status,
  :system_status)
  include Aws::Structure
end

#system_statusTypes::InstanceStatusSummary

Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.



15555
15556
15557
15558
15559
15560
15561
15562
15563
# File 'lib/aws-sdk-ec2/types.rb', line 15555

class InstanceStatus < Struct.new(
  :availability_zone,
  :events,
  :instance_id,
  :instance_state,
  :instance_status,
  :system_status)
  include Aws::Structure
end