Class: Aws::CodePipeline::Types::ListDeployActionExecutionTargetsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.

Returns:

  • (String)


3004
3005
3006
3007
3008
3009
# File 'lib/aws-sdk-codepipeline/types.rb', line 3004

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

#targetsArray<Types::DeployActionExecutionTarget>

The targets for the deploy action.



3004
3005
3006
3007
3008
3009
# File 'lib/aws-sdk-codepipeline/types.rb', line 3004

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