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

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

Overview

Describes the status of an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone of the instance.

Returns:

  • (String)


41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41600

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

#eventsArray<Types::InstanceStatusEvent>

Any scheduled events associated with the instance.

Returns:



41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41600

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41600

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

#instance_stateTypes::InstanceState

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



41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41600

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

#instance_statusTypes::InstanceStatusSummary

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



41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41600

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

#outpost_arnString

The Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41600

class InstanceStatus < Struct.new(
  :availability_zone,
  :outpost_arn,
  :events,
  :instance_id,
  :instance_state,
  :instance_status,
  :system_status)
  SENSITIVE = []
  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.



41600
41601
41602
41603
41604
41605
41606
41607
41608
41609
41610
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41600

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