Class: Aws::CodePipeline::Types::ListDeployActionExecutionTargetsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListDeployActionExecutionTargetsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_execution_id ⇒ String
The execution ID for the deploy action.
-
#filters ⇒ Array<Types::TargetFilter>
Filters the targets for a specified deploy action.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
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.
-
#pipeline_name ⇒ String
The name of the pipeline with the deploy action.
Instance Attribute Details
#action_execution_id ⇒ String
The execution ID for the deploy action.
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 |
#filters ⇒ Array<Types::TargetFilter>
Filters the targets for a specified deploy action.
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_results ⇒ Integer
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.
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_token ⇒ String
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.
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_name ⇒ String
The name of the pipeline with the deploy action.
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 |