class Aws::CodeDeploy::Types::DeleteDeploymentGroupInput
Represents the input of a `DeleteDeploymentGroup` operation.
@note When making an API call, you may pass DeleteDeploymentGroupInput
data as a hash: { application_name: "ApplicationName", # required deployment_group_name: "DeploymentGroupName", # required }
@!attribute [rw] application_name
The name of an AWS CodeDeploy application associated with the IAM user or AWS account. @return [String]
@!attribute [rw] deployment_group_name
The name of a deployment group for the specified application. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/DeleteDeploymentGroupInput AWS API Documentation
Constants
- SENSITIVE