class Aws::CodeDeploy::Types::BatchGetDeploymentGroupsInput

Represents the input of a `BatchGetDeploymentGroups` operation.

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

data as a hash:

    {
      application_name: "ApplicationName", # required
      deployment_group_names: ["DeploymentGroupName"], # required
    }

@!attribute [rw] application_name

The name of an AWS CodeDeploy application associated with the
applicable IAM user or AWS account.
@return [String]

@!attribute [rw] deployment_group_names

The names of the deployment groups.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/BatchGetDeploymentGroupsInput AWS API Documentation

Constants

SENSITIVE