Class: Aws::Lightsail::Types::StopInstanceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

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.

Returns:

  • (Boolean)


14046
14047
14048
14049
14050
14051
# File 'lib/aws-sdk-lightsail/types.rb', line 14046

class StopInstanceRequest < Struct.new(
  :instance_name,
  :force)
  SENSITIVE = []
  include Aws::Structure
end

#instance_nameString

The name of the instance (a virtual private server) to stop.

Returns:

  • (String)


14046
14047
14048
14049
14050
14051
# File 'lib/aws-sdk-lightsail/types.rb', line 14046

class StopInstanceRequest < Struct.new(
  :instance_name,
  :force)
  SENSITIVE = []
  include Aws::Structure
end