Class: Aws::EC2::Types::InstanceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the status of an instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone of the instance.
-
#events ⇒ Array<Types::InstanceStatusEvent>
Any scheduled events associated with the instance.
-
#instance_id ⇒ String
The ID of the instance.
-
#instance_state ⇒ Types::InstanceState
The intended state of the instance.
-
#instance_status ⇒ Types::InstanceStatusSummary
Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.
-
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
-
#system_status ⇒ Types::InstanceStatusSummary
Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone of the instance.
40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 |
# File 'lib/aws-sdk-ec2/types.rb', line 40988 class InstanceStatus < Struct.new( :availability_zone, :outpost_arn, :events, :instance_id, :instance_state, :instance_status, :system_status) SENSITIVE = [] include Aws::Structure end |
#events ⇒ Array<Types::InstanceStatusEvent>
Any scheduled events associated with the instance.
40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 |
# File 'lib/aws-sdk-ec2/types.rb', line 40988 class InstanceStatus < Struct.new( :availability_zone, :outpost_arn, :events, :instance_id, :instance_state, :instance_status, :system_status) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 |
# File 'lib/aws-sdk-ec2/types.rb', line 40988 class InstanceStatus < Struct.new( :availability_zone, :outpost_arn, :events, :instance_id, :instance_state, :instance_status, :system_status) SENSITIVE = [] include Aws::Structure end |
#instance_state ⇒ Types::InstanceState
The intended state of the instance. DescribeInstanceStatus requires that an instance be in the ‘running` state.
40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 |
# File 'lib/aws-sdk-ec2/types.rb', line 40988 class InstanceStatus < Struct.new( :availability_zone, :outpost_arn, :events, :instance_id, :instance_state, :instance_status, :system_status) SENSITIVE = [] include Aws::Structure end |
#instance_status ⇒ Types::InstanceStatusSummary
Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.
40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 |
# File 'lib/aws-sdk-ec2/types.rb', line 40988 class InstanceStatus < Struct.new( :availability_zone, :outpost_arn, :events, :instance_id, :instance_state, :instance_status, :system_status) SENSITIVE = [] include Aws::Structure end |
#outpost_arn ⇒ String
The Amazon Resource Name (ARN) of the Outpost.
40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 |
# File 'lib/aws-sdk-ec2/types.rb', line 40988 class InstanceStatus < Struct.new( :availability_zone, :outpost_arn, :events, :instance_id, :instance_state, :instance_status, :system_status) SENSITIVE = [] include Aws::Structure end |
#system_status ⇒ Types::InstanceStatusSummary
Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
40988 40989 40990 40991 40992 40993 40994 40995 40996 40997 40998 |
# File 'lib/aws-sdk-ec2/types.rb', line 40988 class InstanceStatus < Struct.new( :availability_zone, :outpost_arn, :events, :instance_id, :instance_state, :instance_status, :system_status) SENSITIVE = [] include Aws::Structure end |