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)


23015
23016
23017
23018
23019
23020
# File 'lib/aws-sdk-ec2/types.rb', line 23015

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

#nameString

The type of instance status.

Returns:

  • (String)


23015
23016
23017
23018
23019
23020
# File 'lib/aws-sdk-ec2/types.rb', line 23015

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

#statusString

The status.

Returns:

  • (String)


23015
23016
23017
23018
23019
23020
# File 'lib/aws-sdk-ec2/types.rb', line 23015

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