pub struct GetTableEntityArgs {
pub partition_key: Output<String>,
pub row_key: Output<String>,
pub storage_table_id: Output<String>,
}
Fields§
§partition_key: Output<String>
The key for the partition where the entity will be retrieved.
row_key: Output<String>
The key for the row where the entity will be retrieved.
storage_table_id: Output<String>
The Storage Table ID where the entity exists.
Implementations§
source§impl GetTableEntityArgs
impl GetTableEntityArgs
sourcepub fn builder() -> GetTableEntityArgsBuilder
pub fn builder() -> GetTableEntityArgsBuilder
Create an instance of GetTableEntityArgs
using the builder syntax
Trait Implementations§
source§impl Clone for GetTableEntityArgs
impl Clone for GetTableEntityArgs
source§fn clone(&self) -> GetTableEntityArgs
fn clone(&self) -> GetTableEntityArgs
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 GetTableEntityArgs
impl RefUnwindSafe for GetTableEntityArgs
impl Send for GetTableEntityArgs
impl Sync for GetTableEntityArgs
impl Unpin for GetTableEntityArgs
impl UnwindSafe for GetTableEntityArgs
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
)