pub struct GetSyncGroupResult {
pub id: Output<String>,
pub name: Output<String>,
pub storage_sync_id: Output<String>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
name: Output<String>
§storage_sync_id: Output<String>
Auto Trait Implementations§
impl Freeze for GetSyncGroupResult
impl RefUnwindSafe for GetSyncGroupResult
impl Send for GetSyncGroupResult
impl Sync for GetSyncGroupResult
impl Unpin for GetSyncGroupResult
impl UnwindSafe for GetSyncGroupResult
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