Class: RubyAemAws::InstanceState
- Inherits:
-
Object
- Object
- RubyAemAws::InstanceState
- Defined in:
- lib/ruby_aem_aws/constants.rb
Constant Summary collapse
- PENDING =
'pending'.freeze
- RUNNING =
'running'.freeze
- SHUTTING_DOWN =
'shutting_down'.freeze
- TERMINATED =
'terminated'.freeze
- STOPPING =
'stopping'.freeze
- STOPPED =
'stopped'.freeze
- ALL_ACTIVE =
[PENDING, RUNNING, SHUTTING_DOWN, STOPPING, STOPPED].freeze