Class: Aws::CodePipeline::Types::ListDeployActionExecutionTargetsInput

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

#action_execution_idString

The execution ID for the deploy action.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
2988
2989
2990
# File 'lib/aws-sdk-codepipeline/types.rb', line 2982

class ListDeployActionExecutionTargetsInput < Struct.new(
  :pipeline_name,
  :action_execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filtersArray<Types::TargetFilter>

Filters the targets for a specified deploy action.

Returns:



2982
2983
2984
2985
2986
2987
2988
2989
2990
# File 'lib/aws-sdk-codepipeline/types.rb', line 2982

class ListDeployActionExecutionTargetsInput < Struct.new(
  :pipeline_name,
  :action_execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


2982
2983
2984
2985
2986
2987
2988
2989
2990
# File 'lib/aws-sdk-codepipeline/types.rb', line 2982

class ListDeployActionExecutionTargetsInput < Struct.new(
  :pipeline_name,
  :action_execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2982
2983
2984
2985
2986
2987
2988
2989
2990
# File 'lib/aws-sdk-codepipeline/types.rb', line 2982

class ListDeployActionExecutionTargetsInput < Struct.new(
  :pipeline_name,
  :action_execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline with the deploy action.

Returns:

  • (String)


2982
2983
2984
2985
2986
2987
2988
2989
2990
# File 'lib/aws-sdk-codepipeline/types.rb', line 2982

class ListDeployActionExecutionTargetsInput < Struct.new(
  :pipeline_name,
  :action_execution_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end