Class: Aws::Types::DeleteInstanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteInstanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#force_delete_add_ons ⇒ Boolean
Returns the value of attribute force_delete_add_ons.
-
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
Instance Attribute Details
#force_delete_add_ons ⇒ Boolean
Returns the value of attribute force_delete_add_ons.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def force_delete_add_ons @force_delete_add_ons end |
#instance_name ⇒ ::String
Returns the value of attribute instance_name.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def instance_name @instance_name end |