You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeDeploy::Types::ListDeploymentConfigsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::ListDeploymentConfigsInput
- Defined in:
- (unknown)
Overview
Note:
When passing ListDeploymentConfigsInput as input to an Aws::Client method, you can use a vanilla Hash:
{
next_token: "NextToken",
}
Represents the input of a ListDeploymentConfigs operation.
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier returned from the previous
ListDeploymentConfigscall.
Instance Attribute Details
#next_token ⇒ String
An identifier returned from the previous ListDeploymentConfigs call.
It can be used to return the next set of deployment configurations in
the list.