pub struct SnapshotCreateVolumePermissionArgs {
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
Implementations§
source§impl SnapshotCreateVolumePermissionArgs
impl SnapshotCreateVolumePermissionArgs
sourcepub fn builder() -> SnapshotCreateVolumePermissionArgsBuilder
pub fn builder() -> SnapshotCreateVolumePermissionArgsBuilder
Create an instance of SnapshotCreateVolumePermissionArgs
using the builder syntax
Trait Implementations§
source§impl Clone for SnapshotCreateVolumePermissionArgs
impl Clone for SnapshotCreateVolumePermissionArgs
source§fn clone(&self) -> SnapshotCreateVolumePermissionArgs
fn clone(&self) -> SnapshotCreateVolumePermissionArgs
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 SnapshotCreateVolumePermissionArgs
impl RefUnwindSafe for SnapshotCreateVolumePermissionArgs
impl Send for SnapshotCreateVolumePermissionArgs
impl Sync for SnapshotCreateVolumePermissionArgs
impl Unpin for SnapshotCreateVolumePermissionArgs
impl UnwindSafe for SnapshotCreateVolumePermissionArgs
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
)