pub struct Project { /* private fields */ }Expand description
The AWS::SageMaker::Project resource type.
Trait Implementations§
Source§impl From<ProjectProperties> for Project
impl From<ProjectProperties> for Project
Source§fn from(properties: ProjectProperties) -> Project
fn from(properties: ProjectProperties) -> Project
Converts to this type from the input type.
Source§impl Resource for Project
impl Resource for Project
Source§type Properties = ProjectProperties
type Properties = ProjectProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &ProjectProperties
fn properties(&self) -> &ProjectProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut ProjectProperties
fn properties_mut(&mut self) -> &mut ProjectProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Project
impl RefUnwindSafe for Project
impl Send for Project
impl Sync for Project
impl Unpin for Project
impl UnwindSafe for Project
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