Class: Aws::Lightsail::Types::InstanceState
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::InstanceState
- Includes:
- Structure
- Defined in:
- 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 (‘running` or `pending`).
Instance Attribute Details
#code ⇒ Integer
The status code for the instance.
10826 10827 10828 10829 10830 10831 |
# File 'lib/aws-sdk-lightsail/types.rb', line 10826 class InstanceState < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The state of the instance (‘running` or `pending`).
10826 10827 10828 10829 10830 10831 |
# File 'lib/aws-sdk-lightsail/types.rb', line 10826 class InstanceState < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |