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§
source§impl 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.
source§impl EbsInstanceBlockDevice
impl EbsInstanceBlockDevice
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EbsInstanceBlockDevice
.
Trait Implementations§
source§impl Clone for EbsInstanceBlockDevice
impl Clone for EbsInstanceBlockDevice
source§fn clone(&self) -> EbsInstanceBlockDevice
fn clone(&self) -> EbsInstanceBlockDevice
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EbsInstanceBlockDevice
impl Debug for EbsInstanceBlockDevice
source§impl PartialEq<EbsInstanceBlockDevice> for EbsInstanceBlockDevice
impl PartialEq<EbsInstanceBlockDevice> for EbsInstanceBlockDevice
source§fn eq(&self, other: &EbsInstanceBlockDevice) -> bool
fn eq(&self, other: &EbsInstanceBlockDevice) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.