Struct aws_sdk_elastictranscoder::output::ListPresetsOutput [−][src]
#[non_exhaustive]pub struct ListPresetsOutput {
pub presets: Option<Vec<Preset>>,
pub next_page_token: Option<String>,
}
Expand description
The ListPresetsResponse
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.presets: Option<Vec<Preset>>
An array of Preset
objects.
next_page_token: Option<String>
A value that you use to access the second and subsequent pages of results, if any. When
the presets fit on one page or when you've reached the last page
of results, the value of NextPageToken
is null
.
Implementations
A value that you use to access the second and subsequent pages of results, if any. When
the presets fit on one page or when you've reached the last page
of results, the value of NextPageToken
is null
.
Creates a new builder-style object to manufacture ListPresetsOutput
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 ListPresetsOutput
impl Send for ListPresetsOutput
impl Sync for ListPresetsOutput
impl Unpin for ListPresetsOutput
impl UnwindSafe for ListPresetsOutput
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