Struct aws_sdk_ec2::model::EbsInstanceBlockDevice
source · [−]#[non_exhaustive]pub struct EbsInstanceBlockDevice { /* private fields */ }
Expand description
Describes a parameter used to set up an EBS volume in a block device mapping.
Implementations
sourceimpl EbsInstanceBlockDevice
impl EbsInstanceBlockDevice
sourcepub fn attach_time(&self) -> Option<&DateTime>
pub fn attach_time(&self) -> Option<&DateTime>
The time stamp when the attachment initiated.
sourcepub fn delete_on_termination(&self) -> Option<bool>
pub fn delete_on_termination(&self) -> Option<bool>
Indicates whether the volume is deleted on instance termination.
sourcepub fn status(&self) -> Option<&AttachmentStatus>
pub fn status(&self) -> Option<&AttachmentStatus>
The attachment state.
sourceimpl EbsInstanceBlockDevice
impl EbsInstanceBlockDevice
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EbsInstanceBlockDevice
.
Trait Implementations
sourceimpl Clone for EbsInstanceBlockDevice
impl Clone for EbsInstanceBlockDevice
sourcefn clone(&self) -> EbsInstanceBlockDevice
fn clone(&self) -> EbsInstanceBlockDevice
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EbsInstanceBlockDevice
impl Debug for EbsInstanceBlockDevice
sourceimpl PartialEq<EbsInstanceBlockDevice> for EbsInstanceBlockDevice
impl PartialEq<EbsInstanceBlockDevice> for EbsInstanceBlockDevice
sourcefn eq(&self, other: &EbsInstanceBlockDevice) -> bool
fn eq(&self, other: &EbsInstanceBlockDevice) -> bool
impl StructuralPartialEq for EbsInstanceBlockDevice
Auto Trait Implementations
impl RefUnwindSafe for EbsInstanceBlockDevice
impl Send for EbsInstanceBlockDevice
impl Sync for EbsInstanceBlockDevice
impl Unpin for EbsInstanceBlockDevice
impl UnwindSafe for EbsInstanceBlockDevice
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more