Struct aws_sdk_elastictranscoder::input::ListPipelinesInput [−][src]
#[non_exhaustive]pub struct ListPipelinesInput {
pub ascending: Option<String>,
pub page_token: Option<String>,
}
Expand description
The ListPipelineRequest
structure.
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.ascending: Option<String>
To list pipelines in chronological order by the date and time that they were created, enter
true
. To list pipelines in reverse chronological order, enter
false
.
page_token: Option<String>
When Elastic Transcoder returns more than one page of results, use pageToken
in
subsequent GET
requests to get each successive page of results.
Implementations
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPipelines, AwsErrorRetryPolicy>, BuildError>
pub 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