Method: Aws::CodeDeploy::Types::DeleteDeploymentGroupInput#application_name
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#application_name ⇒ String
The name of an AWS CodeDeploy application associated with the IAM user or AWS account.
1507 1508 1509 1510 1511 1512 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1507 class DeleteDeploymentGroupInput < Struct.new( :application_name, :deployment_group_name) SENSITIVE = [] include Aws::Structure end |