pub struct MoverProjectResult {
pub description: Output<Option<String>>,
pub name: Output<String>,
pub storage_mover_id: Output<String>,
}
Fields§
§description: Output<Option<String>>
Specifies a description for this Storage Mover Project.
name: Output<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.
Auto Trait Implementations§
impl Freeze for MoverProjectResult
impl RefUnwindSafe for MoverProjectResult
impl Send for MoverProjectResult
impl Sync for MoverProjectResult
impl Unpin for MoverProjectResult
impl UnwindSafe for MoverProjectResult
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