Class: Aws::Types::DeleteApplicationMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApplicationMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#terminate_env_by_force ⇒ Boolean
Returns the value of attribute terminate_env_by_force.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def application_name @application_name end |
#terminate_env_by_force ⇒ Boolean
Returns the value of attribute terminate_env_by_force.
307 308 309 |
# File 'sig/types.rbs', line 307 def terminate_env_by_force @terminate_env_by_force end |