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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



3808
3809
3810
3811
3812
3813
# File 'lib/aws-sdk-codedeploy/types.rb', line 3808

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

#target_idsArray<String>

The unique IDs of deployment targets.



3808
3809
3810
3811
3812
3813
# File 'lib/aws-sdk-codedeploy/types.rb', line 3808

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