Class: Aws::CodePipeline::Types::ActionExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionExecutionOutput
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Output details listed for an action execution, such as the action execution result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_result ⇒ Types::ActionExecutionResult
Execution result information listed in the output details for an action execution.
-
#output_artifacts ⇒ Array<Types::ArtifactDetail>
Details of output artifacts of the action that correspond to the action execution.
-
#output_variables ⇒ Hash<String,String>
The outputVariables field shows the key-value pairs that were output as part of that execution.
Instance Attribute Details
#execution_result ⇒ Types::ActionExecutionResult
Execution result information listed in the output details for an action execution.
565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 565 class ActionExecutionOutput < Struct.new( :output_artifacts, :execution_result, :output_variables) SENSITIVE = [] include Aws::Structure end |
#output_artifacts ⇒ Array<Types::ArtifactDetail>
Details of output artifacts of the action that correspond to the action execution.
565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 565 class ActionExecutionOutput < Struct.new( :output_artifacts, :execution_result, :output_variables) SENSITIVE = [] include Aws::Structure end |
#output_variables ⇒ Hash<String,String>
The outputVariables field shows the key-value pairs that were output as part of that execution.
565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 565 class ActionExecutionOutput < Struct.new( :output_artifacts, :execution_result, :output_variables) SENSITIVE = [] include Aws::Structure end |