Class: Aws::SageMaker::Types::SelectiveExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SelectiveExecutionResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The ARN from an execution of the current pipeline.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_pipeline_execution_arn ⇒ String
The ARN from an execution of the current pipeline.
Instance Attribute Details
#source_pipeline_execution_arn ⇒ String
The ARN from an execution of the current pipeline.
42588 42589 42590 42591 42592 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42588 class SelectiveExecutionResult < Struct.new( :source_pipeline_execution_arn) SENSITIVE = [] include Aws::Structure end |