pub struct GetTableEntitiesResult {
pub filter: Output<String>,
pub id: Output<String>,
pub items: Output<Vec<GetTableEntitiesItem>>,
pub selects: Output<Option<Vec<String>>>,
pub storage_table_id: Output<String>,
}
Fields§
§filter: Output<String>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
items: Output<Vec<GetTableEntitiesItem>>
A list of items
blocks as defined below.
selects: Output<Option<Vec<String>>>
§storage_table_id: Output<String>
Auto Trait Implementations§
impl Freeze for GetTableEntitiesResult
impl RefUnwindSafe for GetTableEntitiesResult
impl Send for GetTableEntitiesResult
impl Sync for GetTableEntitiesResult
impl Unpin for GetTableEntitiesResult
impl UnwindSafe for GetTableEntitiesResult
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