Class: Aws::Lightsail::Types::InstanceState

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

Overview

Describes the virtual private server (or instance) status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

The status code for the instance.

Returns:

  • (Integer)


10816
10817
10818
10819
10820
10821
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10816

class InstanceState < Struct.new(
  :code,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The state of the instance (running or pending).

Returns:

  • (String)


10816
10817
10818
10819
10820
10821
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10816

class InstanceState < Struct.new(
  :code,
  :name)
  SENSITIVE = []
  include Aws::Structure
end