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

Class: Aws::CodeDeploy::Types::ListDeploymentConfigsOutput

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

Overview

Represents the output of a ListDeploymentConfigs operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_configs_listArray<String>

A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

Returns:

  • (Array<String>)

    A list of deployment configurations, including built-in configurations such as CodeDeployDefault.OneAtATime.

#next_tokenString

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list.

Returns:

  • (String)

    If a large amount of information is returned, an identifier is also returned.