You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ActionExecutionOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Output details listed for an action execution, such as the action execution result.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#execution_resultTypes::ActionExecutionResult

Execution result information listed in the output details for an action execution.

Returns:

#output_artifactsArray<Types::ArtifactDetail>

Details of output artifacts of the action that correspond to the action execution.

Returns:

  • (Array<Types::ArtifactDetail>)

    Details of output artifacts of the action that correspond to the action execution.

#output_variablesHash<String,String>

The outputVariables field shows the key-value pairs that were output as part of that execution.

Returns:

  • (Hash<String,String>)

    The outputVariables field shows the key-value pairs that were output as part of that execution.