Class: Aws::CodePipeline::Types::ActionExecutionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionExecutionDetail
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Returns information about an execution of an action, including the action execution ID, and the name, version, and timing of the action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_execution_id ⇒ String
The action execution ID.
-
#action_name ⇒ String
The name of the action.
-
#input ⇒ Types::ActionExecutionInput
Input details for the action execution, such as role ARN, Region, and input artifacts.
-
#last_update_time ⇒ Time
The last update time of the action execution.
-
#output ⇒ Types::ActionExecutionOutput
Output details for the action execution, such as the action execution result.
-
#pipeline_execution_id ⇒ String
The pipeline execution ID for the action execution.
-
#pipeline_version ⇒ Integer
The version of the pipeline where the action was run.
-
#stage_name ⇒ String
The name of the stage that contains the action.
-
#start_time ⇒ Time
The start time of the action execution.
-
#status ⇒ String
The status of the action execution.
-
#updated_by ⇒ String
The ARN of the user who changed the pipeline execution details.
Instance Attribute Details
#action_execution_id ⇒ String
The action execution ID.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#action_name ⇒ String
The name of the action.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#input ⇒ Types::ActionExecutionInput
Input details for the action execution, such as role ARN, Region, and input artifacts.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The last update time of the action execution.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ Types::ActionExecutionOutput
Output details for the action execution, such as the action execution result.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#pipeline_execution_id ⇒ String
The pipeline execution ID for the action execution.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#pipeline_version ⇒ Integer
The version of the pipeline where the action was run.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
The name of the stage that contains the action.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time of the action execution.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the action execution. Status categories are
InProgress
, Succeeded
, and Failed
.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |
#updated_by ⇒ String
The ARN of the user who changed the pipeline execution details.
462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 462 class ActionExecutionDetail < Struct.new( :pipeline_execution_id, :action_execution_id, :pipeline_version, :stage_name, :action_name, :start_time, :last_update_time, :updated_by, :status, :input, :output) SENSITIVE = [] include Aws::Structure end |