class Aws::CodeDeploy::Types::ListDeploymentGroupsInput

Represents the input of a `ListDeploymentGroups` operation.

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

data as a hash:

    {
      application_name: "ApplicationName", # required
      next_token: "NextToken",
    }

@!attribute [rw] application_name

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

@!attribute [rw] next_token

An identifier returned from the previous list deployment groups
call. It can be used to return the next set of deployment groups in
the list.
@return [String]

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

Constants

SENSITIVE