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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Execution result information, such as the external execution ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailsTypes::ErrorDetails

Represents information about an error in CodePipeline.

Returns:



569
570
571
572
573
574
575
576
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 569

class ActionExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#external_execution_idString

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

Returns:

  • (String)


569
570
571
572
573
574
575
576
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 569

class ActionExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#external_execution_summaryString

The action provider's summary for the action execution.

Returns:

  • (String)


569
570
571
572
573
574
575
576
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 569

class ActionExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#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)


569
570
571
572
573
574
575
576
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 569

class ActionExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end