Struct aws_sdk_securityhub::model::AwsEc2VolumeAttachment
source · #[non_exhaustive]pub struct AwsEc2VolumeAttachment { /* private fields */ }
Expand description
An attachment to an Amazon EC2 volume.
Implementations§
source§impl AwsEc2VolumeAttachment
impl AwsEc2VolumeAttachment
sourcepub fn attach_time(&self) -> Option<&str>
pub fn attach_time(&self) -> Option<&str>
The datetime when the attachment initiated.
sourcepub fn delete_on_termination(&self) -> bool
pub fn delete_on_termination(&self) -> bool
Whether the EBS volume is deleted when the EC2 instance is terminated.
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The identifier of the EC2 instance.
source§impl AwsEc2VolumeAttachment
impl AwsEc2VolumeAttachment
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2VolumeAttachment
.
Trait Implementations§
source§impl Clone for AwsEc2VolumeAttachment
impl Clone for AwsEc2VolumeAttachment
source§fn clone(&self) -> AwsEc2VolumeAttachment
fn clone(&self) -> AwsEc2VolumeAttachment
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 AwsEc2VolumeAttachment
impl Debug for AwsEc2VolumeAttachment
source§impl PartialEq<AwsEc2VolumeAttachment> for AwsEc2VolumeAttachment
impl PartialEq<AwsEc2VolumeAttachment> for AwsEc2VolumeAttachment
source§fn eq(&self, other: &AwsEc2VolumeAttachment) -> bool
fn eq(&self, other: &AwsEc2VolumeAttachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.