#[non_exhaustive]pub struct ListIngestionsOutput { /* private fields */ }Implementations§
source§impl ListIngestionsOutput
impl ListIngestionsOutput
sourcepub fn ingestions(&self) -> Option<&[Ingestion]>
pub fn ingestions(&self) -> Option<&[Ingestion]>
A list of the ingestions.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results, or null if there are no more results.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl ListIngestionsOutput
impl ListIngestionsOutput
sourcepub fn builder() -> ListIngestionsOutputBuilder
pub fn builder() -> ListIngestionsOutputBuilder
Creates a new builder-style object to manufacture ListIngestionsOutput.
Trait Implementations§
source§impl Clone for ListIngestionsOutput
impl Clone for ListIngestionsOutput
source§fn clone(&self) -> ListIngestionsOutput
fn clone(&self) -> ListIngestionsOutput
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 Debug for ListIngestionsOutput
impl Debug for ListIngestionsOutput
source§impl PartialEq<ListIngestionsOutput> for ListIngestionsOutput
impl PartialEq<ListIngestionsOutput> for ListIngestionsOutput
source§fn eq(&self, other: &ListIngestionsOutput) -> bool
fn eq(&self, other: &ListIngestionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListIngestionsOutput
impl RequestId for ListIngestionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ListIngestionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListIngestionsOutput
impl Send for ListIngestionsOutput
impl Sync for ListIngestionsOutput
impl Unpin for ListIngestionsOutput
impl UnwindSafe for ListIngestionsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more