Class: Aws::ElasticBeanstalk::Types::DeleteApplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DeleteApplicationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Request to delete an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of the application to delete.
-
#terminate_env_by_force ⇒ Boolean
When set to true, running environments will be terminated before deleting the application.
Instance Attribute Details
#application_name ⇒ String
The name of the application to delete.
1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1412 class DeleteApplicationMessage < Struct.new( :application_name, :terminate_env_by_force) SENSITIVE = [] include Aws::Structure end |
#terminate_env_by_force ⇒ Boolean
When set to true, running environments will be terminated before deleting the application.
1412 1413 1414 1415 1416 1417 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1412 class DeleteApplicationMessage < Struct.new( :application_name, :terminate_env_by_force) SENSITIVE = [] include Aws::Structure end |