class Aws::CodeDeploy::Types::GetDeploymentGroupInput

Represents the input of a `GetDeploymentGroup` operation.

@note When making an API call, you may pass GetDeploymentGroupInput

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/GetDeploymentGroupInput AWS API Documentation

Constants

SENSITIVE