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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/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.

Returns:

  • (String)


3808
3809
3810
3811
3812
3813
# File 'gems/aws-sdk-codedeploy/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.

Returns:

  • (Array<String>)


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

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