class Aws::SageMaker::Types::ListPipelineExecutionStepsRequest
@note When making an API call, you may pass ListPipelineExecutionStepsRequest
data as a hash: { pipeline_execution_arn: "PipelineExecutionArn", next_token: "NextToken", max_results: 1, sort_order: "Ascending", # accepts Ascending, Descending }
@!attribute [rw] pipeline_execution_arn
The Amazon Resource Name (ARN) of the pipeline execution. @return [String]
@!attribute [rw] next_token
If the result of the previous `ListPipelineExecutionSteps` request was truncated, the response includes a `NextToken`. To retrieve the next set of pipeline execution steps, use the token in the next request. @return [String]
@!attribute [rw] max_results
The maximum number of pipeline execution steps to return in the response. @return [Integer]
@!attribute [rw] sort_order
The field by which to sort results. The default is `CreatedTime`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionStepsRequest AWS API Documentation
Constants
- SENSITIVE