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.
539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 539 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.
539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 539 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.
539 540 541 542 543 544 545 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 539 class ActionExecutionOutput < Struct.new( :output_artifacts, :execution_result, :output_variables) SENSITIVE = [] include Aws::Structure end |