Class: Aws::CodePipeline::Types::ActionExecutionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionExecutionDetail
- Includes:
- Structure
- Defined in:
- 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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`.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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.
431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 431 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 |