Class: Aws::Lightsail::Types::StopInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::StopInstanceRequest
- Defined in:
- gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ Boolean
When set to
True, forces a Lightsail instance that is stuck in astoppingstate to stop. -
#instance_name ⇒ String
The name of the instance (a virtual private server) to stop.
Instance Attribute Details
#force ⇒ Boolean
When set to True, forces a Lightsail instance that is stuck in a
stopping state to stop.
Only use the force parameter if your instance is stuck in the
stopping state. In any other state, your instance should stop
normally without adding this parameter to your API request.
14407 14408 14409 14410 14411 14412 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14407 class StopInstanceRequest < Struct.new( :instance_name, :force) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The name of the instance (a virtual private server) to stop.
14407 14408 14409 14410 14411 14412 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 14407 class StopInstanceRequest < Struct.new( :instance_name, :force) SENSITIVE = [] include Aws::Structure end |