Class: Aws::EC2::Types::InstanceStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceStatusDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the instance status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#impaired_since ⇒ Time
The time when a status check failed.
-
#name ⇒ String
The type of instance status.
-
#status ⇒ String
The status.
Instance Attribute Details
#impaired_since ⇒ Time
The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.
44702 44703 44704 44705 44706 44707 44708 |
# File 'lib/aws-sdk-ec2/types.rb', line 44702 class InstanceStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The type of instance status.
44702 44703 44704 44705 44706 44707 44708 |
# File 'lib/aws-sdk-ec2/types.rb', line 44702 class InstanceStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
44702 44703 44704 44705 44706 44707 44708 |
# File 'lib/aws-sdk-ec2/types.rb', line 44702 class InstanceStatusDetails < Struct.new( :impaired_since, :name, :status) SENSITIVE = [] include Aws::Structure end |