pub struct SyncGroupResult {
pub name: Output<String>,
pub storage_sync_id: Output<String>,
}
Fields§
§name: Output<String>
The name which should be used for this Storage Sync Group. Changing this forces a new Storage Sync Group to be created.
storage_sync_id: Output<String>
The resource ID of the Storage Sync where this Storage Sync Group is. Changing this forces a new Storage Sync Group to be created.
Auto Trait Implementations§
impl Freeze for SyncGroupResult
impl RefUnwindSafe for SyncGroupResult
impl Send for SyncGroupResult
impl Sync for SyncGroupResult
impl Unpin for SyncGroupResult
impl UnwindSafe for SyncGroupResult
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