pub struct MoverProjectArgs {
pub description: Output<Option<String>>,
pub name: Output<Option<String>>,
pub storage_mover_id: Output<String>,
}
Fields§
§description: Output<Option<String>>
Specifies a description for this Storage Mover Project.
name: Output<Option<String>>
Specifies the name which should be used for this Storage Mover Project. Changing this forces a new resource to be created.
storage_mover_id: Output<String>
Specifies the ID of the storage mover for this Storage Mover Project. Changing this forces a new resource to be created.
Implementations§
source§impl MoverProjectArgs
impl MoverProjectArgs
sourcepub fn builder() -> MoverProjectArgsBuilder
pub fn builder() -> MoverProjectArgsBuilder
Create an instance of MoverProjectArgs
using the builder syntax
Trait Implementations§
source§impl Clone for MoverProjectArgs
impl Clone for MoverProjectArgs
source§fn clone(&self) -> MoverProjectArgs
fn clone(&self) -> MoverProjectArgs
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 MoverProjectArgs
impl RefUnwindSafe for MoverProjectArgs
impl Send for MoverProjectArgs
impl Sync for MoverProjectArgs
impl Unpin for MoverProjectArgs
impl UnwindSafe for MoverProjectArgs
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
)