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

Class: Aws::CodeDeploy::Types::ListDeploymentTargetsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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

Returns:

  • (String)

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

#target_idsArray<String>

The unique IDs of deployment targets.

Returns:

  • (Array<String>)

    The unique IDs of deployment targets.