Struct aws_sdk_datapipeline::input::ListPipelinesInput
source · [−]Expand description
Contains the parameters for ListPipelines.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.marker: Option<String>
The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines
with the marker value from the previous call to retrieve the next set of results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPipelines, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPipelines, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListPipelines
>
Creates a new builder-style object to manufacture ListPipelinesInput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ListPipelinesInput
impl Send for ListPipelinesInput
impl Sync for ListPipelinesInput
impl Unpin for ListPipelinesInput
impl UnwindSafe for ListPipelinesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more