Class: Aws::CodePipeline::Types::ActionExecutionDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#action_execution_idString

The action execution ID.

Returns:

  • (String)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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_nameString

The name of the action.

Returns:

  • (String)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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

#inputTypes::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 'gems/aws-sdk-codepipeline/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_timeTime

The last update time of the action execution.

Returns:

  • (Time)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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

#outputTypes::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 'gems/aws-sdk-codepipeline/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_idString

The pipeline execution ID for the action execution.

Returns:

  • (String)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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_versionInteger

The version of the pipeline where the action was run.

Returns:

  • (Integer)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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_nameString

The name of the stage that contains the action.

Returns:

  • (String)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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_timeTime

The start time of the action execution.

Returns:

  • (Time)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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

#statusString

The status of the action execution. Status categories are InProgress, Succeeded, and Failed.

Returns:

  • (String)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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_byString

The ARN of the user who changed the pipeline execution details.

Returns:

  • (String)


431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
# File 'gems/aws-sdk-codepipeline/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