Class: Aws::EC2::Types::InstanceStatusDetails

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

Overview

Describes the instance status.

Instance Attribute Summary collapse

Instance Attribute Details

#impaired_sinceTime

The time when a status check failed. For an instance that was launched and impaired, this is the time when the instance was launched.

Returns:

  • (Time)


23179
23180
23181
23182
23183
23184
# File 'lib/aws-sdk-ec2/types.rb', line 23179

class InstanceStatusDetails < Struct.new(
  :impaired_since,
  :name,
  :status)
  include Aws::Structure
end

#nameString

The type of instance status.

Returns:

  • (String)


23179
23180
23181
23182
23183
23184
# File 'lib/aws-sdk-ec2/types.rb', line 23179

class InstanceStatusDetails < Struct.new(
  :impaired_since,
  :name,
  :status)
  include Aws::Structure
end

#statusString

The status.

Returns:

  • (String)


23179
23180
23181
23182
23183
23184
# File 'lib/aws-sdk-ec2/types.rb', line 23179

class InstanceStatusDetails < Struct.new(
  :impaired_since,
  :name,
  :status)
  include Aws::Structure
end