Struct aws_sdk_quicksight::model::RowInfo
source · [−]#[non_exhaustive]pub struct RowInfo { /* private fields */ }Expand description
Information about rows for a data set SPICE ingestion.
Implementations
sourceimpl RowInfo
impl RowInfo
sourcepub fn rows_ingested(&self) -> Option<i64>
pub fn rows_ingested(&self) -> Option<i64>
The number of rows that were ingested.
sourcepub fn rows_dropped(&self) -> Option<i64>
pub fn rows_dropped(&self) -> Option<i64>
The number of rows that were not ingested.
sourcepub fn total_rows_in_dataset(&self) -> Option<i64>
pub fn total_rows_in_dataset(&self) -> Option<i64>
The total number of rows in the dataset.
Trait Implementations
impl StructuralPartialEq for RowInfo
Auto Trait Implementations
impl RefUnwindSafe for RowInfo
impl Send for RowInfo
impl Sync for RowInfo
impl Unpin for RowInfo
impl UnwindSafe for RowInfo
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