Class: Aws::Lightsail::Types::InstanceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::InstanceState
- 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
-
#code ⇒ Integer
The status code for the instance.
-
#name ⇒ String
The state of the instance (
runningorpending).
Instance Attribute Details
#code ⇒ Integer
The status code for the instance.
11106 11107 11108 11109 11110 11111 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11106 class InstanceState < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The state of the instance (running or pending).
11106 11107 11108 11109 11110 11111 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11106 class InstanceState < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |