Struct aws_sdk_honeycode::output::ListTablesOutput
source ·
[−]#[non_exhaustive]pub struct ListTablesOutput {
pub tables: Option<Vec<Table>>,
pub next_token: Option<String>,
pub workbook_cursor: i64,
}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.tables: Option<Vec<Table>>The list of tables in the workbook.
next_token: Option<String>Provides the pagination token to load the next page if there are more results matching the request. If a pagination token is not present in the response, it means that all data matching the request has been loaded.
workbook_cursor: i64Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor keeps increasing with every update and the increments are not sequential.
Implementations
Provides the pagination token to load the next page if there are more results matching the request. If a pagination token is not present in the response, it means that all data matching the request has been loaded.
Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor keeps increasing with every update and the increments are not sequential.
Creates a new builder-style object to manufacture ListTablesOutput
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 ListTablesOutput
impl Send for ListTablesOutput
impl Sync for ListTablesOutput
impl Unpin for ListTablesOutput
impl UnwindSafe for ListTablesOutput
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
