Class: Aws::Lightsail::Types::DeleteInstanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#force_delete_add_onsBoolean

A Boolean value to indicate whether to delete all add-ons for the instance.

Returns:

  • (Boolean)


5143
5144
5145
5146
5147
5148
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5143

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

#instance_nameString

The name of the instance to delete.

Returns:

  • (String)


5143
5144
5145
5146
5147
5148
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 5143

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