Struct aws_sdk_ec2::model::VolumeStatusItem
source · #[non_exhaustive]pub struct VolumeStatusItem { /* private fields */ }
Expand description
Describes the volume status.
Implementations§
source§impl VolumeStatusItem
impl VolumeStatusItem
sourcepub fn actions(&self) -> Option<&[VolumeStatusAction]>
pub fn actions(&self) -> Option<&[VolumeStatusAction]>
The details of the operation.
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone of the volume.
sourcepub fn outpost_arn(&self) -> Option<&str>
pub fn outpost_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Outpost.
sourcepub fn events(&self) -> Option<&[VolumeStatusEvent]>
pub fn events(&self) -> Option<&[VolumeStatusEvent]>
A list of events associated with the volume.
sourcepub fn volume_status(&self) -> Option<&VolumeStatusInfo>
pub fn volume_status(&self) -> Option<&VolumeStatusInfo>
The volume status.
sourcepub fn attachment_statuses(&self) -> Option<&[VolumeStatusAttachmentStatus]>
pub fn attachment_statuses(&self) -> Option<&[VolumeStatusAttachmentStatus]>
Information about the instances to which the volume is attached.
source§impl VolumeStatusItem
impl VolumeStatusItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VolumeStatusItem
.
Trait Implementations§
source§impl Clone for VolumeStatusItem
impl Clone for VolumeStatusItem
source§fn clone(&self) -> VolumeStatusItem
fn clone(&self) -> VolumeStatusItem
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 VolumeStatusItem
impl Debug for VolumeStatusItem
source§impl PartialEq<VolumeStatusItem> for VolumeStatusItem
impl PartialEq<VolumeStatusItem> for VolumeStatusItem
source§fn eq(&self, other: &VolumeStatusItem) -> bool
fn eq(&self, other: &VolumeStatusItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.