#[non_exhaustive]pub struct ListPipelineParametersForExecutionInput { /* private fields */ }
Implementations§
source§impl ListPipelineParametersForExecutionInput
impl ListPipelineParametersForExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPipelineParametersForExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPipelineParametersForExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPipelineParametersForExecution
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPipelineParametersForExecutionInput
.
source§impl ListPipelineParametersForExecutionInput
impl ListPipelineParametersForExecutionInput
sourcepub fn pipeline_execution_arn(&self) -> Option<&str>
pub fn pipeline_execution_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the pipeline execution.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
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.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of parameters to return in the response.
Trait Implementations§
source§impl Clone for ListPipelineParametersForExecutionInput
impl Clone for ListPipelineParametersForExecutionInput
source§fn clone(&self) -> ListPipelineParametersForExecutionInput
fn clone(&self) -> ListPipelineParametersForExecutionInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListPipelineParametersForExecutionInput> for ListPipelineParametersForExecutionInput
impl PartialEq<ListPipelineParametersForExecutionInput> for ListPipelineParametersForExecutionInput
source§fn eq(&self, other: &ListPipelineParametersForExecutionInput) -> bool
fn eq(&self, other: &ListPipelineParametersForExecutionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.