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 (e.g.,
running
orpending
).
Instance Attribute Details
#code ⇒ Integer
The status code for the instance.
10741 10742 10743 10744 10745 10746 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10741 class InstanceState < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The state of the instance (e.g., running
or pending
).
10741 10742 10743 10744 10745 10746 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10741 class InstanceState < Struct.new( :code, :name) SENSITIVE = [] include Aws::Structure end |