Class: Aws::CodePipeline::Types::ActionExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionExecutionResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Execution result information, such as the external execution ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_details ⇒ Types::ErrorDetails
Represents information about an error in CodePipeline.
-
#external_execution_id ⇒ String
The action provider’s external ID for the action execution.
-
#external_execution_summary ⇒ String
The action provider’s summary for the action execution.
-
#external_execution_url ⇒ String
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
-
#log_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the log stream for the action compute.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Represents information about an error in CodePipeline.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 600 class ActionExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |
#external_execution_id ⇒ String
The action provider’s external ID for the action execution.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 600 class ActionExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |
#external_execution_summary ⇒ String
The action provider’s summary for the action execution.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 600 class ActionExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |
#external_execution_url ⇒ String
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 600 class ActionExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |
#log_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the log stream for the action compute.
600 601 602 603 604 605 606 607 608 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 600 class ActionExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details, :log_stream_arn) SENSITIVE = [] include Aws::Structure end |