Class: Aws::CodePipeline::Types::ActionExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Output details listed for an action execution, such as the action execution result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_result ⇒ Types::ActionExecutionResult
Execution result information listed in the output details for an action execution.
-
#output_artifacts ⇒ Array<Types::ArtifactDetail>
Details of output artifacts of the action that correspond to the action execution.
-
#output_variables ⇒ Hash<String,String>
The outputVariables field shows the key-value pairs that were output as part of that execution.
Instance Attribute Details
#execution_result ⇒ Types::ActionExecutionResult
Execution result information listed in the output details for an action execution.
559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 559 class ActionExecutionOutput < Struct.new( :output_artifacts, :execution_result, :output_variables) SENSITIVE = [] include Aws::Structure end |
#output_artifacts ⇒ Array<Types::ArtifactDetail>
Details of output artifacts of the action that correspond to the action execution.
559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 559 class ActionExecutionOutput < Struct.new( :output_artifacts, :execution_result, :output_variables) SENSITIVE = [] include Aws::Structure end |
#output_variables ⇒ Hash<String,String>
The outputVariables field shows the key-value pairs that were output as part of that execution.
559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 559 class ActionExecutionOutput < Struct.new( :output_artifacts, :execution_result, :output_variables) SENSITIVE = [] include Aws::Structure end |