pub struct SnapshotCreateVolumePermissionResult {
pub account_id: Output<String>,
pub snapshot_id: Output<String>,
}
Fields§
§account_id: Output<String>
An AWS Account ID to add create volume permissions. The AWS Account cannot be the snapshot’s owner
snapshot_id: Output<String>
A snapshot ID
Auto Trait Implementations§
impl Freeze for SnapshotCreateVolumePermissionResult
impl RefUnwindSafe for SnapshotCreateVolumePermissionResult
impl Send for SnapshotCreateVolumePermissionResult
impl Sync for SnapshotCreateVolumePermissionResult
impl Unpin for SnapshotCreateVolumePermissionResult
impl UnwindSafe for SnapshotCreateVolumePermissionResult
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