You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::ListDeploymentGroupsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListDeploymentGroupsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a ListDeploymentGroups operation.

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

Returns:

  • (String)

    The name of an AWS CodeDeploy application associated with the IAM user or AWS account.

#next_tokenString

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.

Returns:

  • (String)

    An identifier returned from the previous list deployment groups call.