Class: Aws::CodePipeline::Types::ListDeployActionExecutionTargetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListDeployActionExecutionTargetsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#targets ⇒ Array<Types::DeployActionExecutionTarget>
The targets for the deploy action.
Instance Attribute Details
#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.
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 |
#targets ⇒ Array<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 |