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

Class: Aws::CodePipeline::Types::ActionExecutionResult

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

Overview

Execution result information, such as the external execution ID.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#external_execution_idString

The action provider\'s external ID for the action execution.

Returns:

  • (String)

    The action provider\'s external ID for the action execution.

#external_execution_summaryString

The action provider\'s summary for the action execution.

Returns:

  • (String)

    The action provider\'s summary for the action execution.

#external_execution_urlString

The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.

Returns:

  • (String)

    The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.