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