class Aws::SageMaker::Types::ListPipelineParametersForExecutionRequest
@note When making an API call, you may pass ListPipelineParametersForExecutionRequest
data as a hash: { pipeline_execution_arn: "PipelineExecutionArn", # required next_token: "NextToken", max_results: 1, }
@!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 `ListPipelineParametersForExecution` request was truncated, the response includes a `NextToken`. To retrieve the next set of parameters, use the token in the next request. @return [String]
@!attribute [rw] max_results
The maximum number of parameters to return in the response. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineParametersForExecutionRequest AWS API Documentation
Constants
- SENSITIVE