pub struct CustomAmi {
pub image_id: Option<String>,
pub virtualization_type: Option<String>,
}
Expand description
A custom AMI available to platforms.
Fields§
§image_id: Option<String>
THe ID of the image used to create the custom AMI.
virtualization_type: Option<String>
The type of virtualization used to create the custom AMI.
Trait Implementations§
impl StructuralPartialEq for CustomAmi
Auto Trait Implementations§
impl Freeze for CustomAmi
impl RefUnwindSafe for CustomAmi
impl Send for CustomAmi
impl Sync for CustomAmi
impl Unpin for CustomAmi
impl UnwindSafe for CustomAmi
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