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

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

Instance Attribute Details

#action_execution_idString

The action execution ID.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#action_nameString

The name of the action.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#inputTypes::ActionExecutionInput

Input details for the action execution, such as role ARN, Region, and input artifacts.



415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#last_update_timeTime

The last update time of the action execution.

Returns:

  • (Time)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#outputTypes::ActionExecutionOutput

Output details for the action execution, such as the action execution result.



415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_execution_idString

The pipeline execution ID for the action execution.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_versionInteger

The version of the pipeline where the action was run.

Returns:

  • (Integer)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage that contains the action.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the action execution.

Returns:

  • (Time)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
426
427
428
# File 'lib/aws-sdk-codepipeline/types.rb', line 415

class ActionExecutionDetail < Struct.new(
  :pipeline_execution_id,
  :action_execution_id,
  :pipeline_version,
  :stage_name,
  :action_name,
  :start_time,
  :last_update_time,
  :status,
  :input,
  :output)
  SENSITIVE = []
  include Aws::Structure
end