Struct aws_sdk_elastictranscoder::input::ListPresetsInput [−][src]
#[non_exhaustive]pub struct ListPresetsInput {
pub ascending: Option<String>,
pub page_token: Option<String>,
}Expand description
The ListPresetsRequest 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 presets in chronological order by the date and time that they were created, enter
true. To list presets 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<ListPresets, AwsErrorRetryPolicy>, BuildError>
pub fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPresets, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListPresets>
Creates a new builder-style object to manufacture ListPresetsInput
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 ListPresetsInput
impl Send for ListPresetsInput
impl Sync for ListPresetsInput
impl Unpin for ListPresetsInput
impl UnwindSafe for ListPresetsInput
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