Struct aws_sdk_honeycode::output::BatchDeleteTableRowsOutput [−][src]
#[non_exhaustive]pub struct BatchDeleteTableRowsOutput {
pub workbook_cursor: i64,
pub failed_batch_items: Option<Vec<FailedBatchItem>>,
}
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.workbook_cursor: i64
The updated workbook cursor after deleting the rows from the table.
failed_batch_items: Option<Vec<FailedBatchItem>>
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
Implementations
The updated workbook cursor after deleting the rows from the table.
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
Creates a new builder-style object to manufacture BatchDeleteTableRowsOutput
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 BatchDeleteTableRowsOutput
impl Send for BatchDeleteTableRowsOutput
impl Sync for BatchDeleteTableRowsOutput
impl Unpin for BatchDeleteTableRowsOutput
impl UnwindSafe for BatchDeleteTableRowsOutput
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