Class: Aws::Lightsail::Types::DeleteInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::DeleteInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lightsail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force_delete_add_ons ⇒ Boolean
A Boolean value to indicate whether to delete all add-ons for the instance.
-
#instance_name ⇒ String
The name of the instance to delete.
Instance Attribute Details
#force_delete_add_ons ⇒ Boolean
A Boolean value to indicate whether to delete all add-ons for the instance.
5142 5143 5144 5145 5146 5147 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5142 class DeleteInstanceRequest < Struct.new( :instance_name, :force_delete_add_ons) SENSITIVE = [] include Aws::Structure end |
#instance_name ⇒ String
The name of the instance to delete.
5142 5143 5144 5145 5146 5147 |
# File 'lib/aws-sdk-lightsail/types.rb', line 5142 class DeleteInstanceRequest < Struct.new( :instance_name, :force_delete_add_ons) SENSITIVE = [] include Aws::Structure end |