Class: Aws::CodeDeploy::Types::ListDeploymentConfigsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the input of a ListDeploymentConfigs operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier returned from the previous ListDeploymentConfigs call. It can be used to return the next set of deployment configurations in the list.

Returns:

  • (String)


3618
3619
3620
3621
3622
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3618

class ListDeploymentConfigsInput < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end