pub struct GetTableEntitiesArgs {
pub filter: Output<String>,
pub selects: Output<Option<Vec<String>>>,
pub storage_table_id: Output<String>,
}
Fields§
§filter: Output<String>
The filter used to retrieve the entities.
selects: Output<Option<Vec<String>>>
A list of properties to select from the returned Storage Table Entities.
storage_table_id: Output<String>
The Storage Table ID where the entities exist.
Implementations§
source§impl GetTableEntitiesArgs
impl GetTableEntitiesArgs
sourcepub fn builder() -> GetTableEntitiesArgsBuilder
pub fn builder() -> GetTableEntitiesArgsBuilder
Create an instance of GetTableEntitiesArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetTableEntitiesArgs
impl Clone for GetTableEntitiesArgs
source§fn clone(&self) -> GetTableEntitiesArgs
fn clone(&self) -> GetTableEntitiesArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GetTableEntitiesArgs
impl RefUnwindSafe for GetTableEntitiesArgs
impl Send for GetTableEntitiesArgs
impl Sync for GetTableEntitiesArgs
impl Unpin for GetTableEntitiesArgs
impl UnwindSafe for GetTableEntitiesArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)