Struct aws_sdk_quicksight::model::QueueInfo
source · [−]#[non_exhaustive]pub struct QueueInfo { /* private fields */ }Expand description
Information about a queued dataset SPICE ingestion.
Implementations
sourceimpl QueueInfo
impl QueueInfo
sourcepub fn waiting_on_ingestion(&self) -> Option<&str>
pub fn waiting_on_ingestion(&self) -> Option<&str>
The ID of the queued ingestion.
sourcepub fn queued_ingestion(&self) -> Option<&str>
pub fn queued_ingestion(&self) -> Option<&str>
The ID of the ongoing ingestion. The queued ingestion is waiting for the ongoing ingestion to complete.
Trait Implementations
impl StructuralPartialEq for QueueInfo
Auto Trait Implementations
impl RefUnwindSafe for QueueInfo
impl Send for QueueInfo
impl Sync for QueueInfo
impl Unpin for QueueInfo
impl UnwindSafe for QueueInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more