Class: Aws::CodeDeploy::Types::ListDeploymentConfigsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::ListDeploymentConfigsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘ListDeploymentConfigs` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier returned from the previous ‘ListDeploymentConfigs` call.
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.
3618 3619 3620 3621 3622 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 3618 class ListDeploymentConfigsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |