Struct aws_sdk_ec2::output::DescribeVolumeStatusOutput
source · #[non_exhaustive]pub struct DescribeVolumeStatusOutput { /* private fields */ }
Implementations§
source§impl DescribeVolumeStatusOutput
impl DescribeVolumeStatusOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
sourcepub fn volume_statuses(&self) -> Option<&[VolumeStatusItem]>
pub fn volume_statuses(&self) -> Option<&[VolumeStatusItem]>
Information about the status of the volumes.
source§impl DescribeVolumeStatusOutput
impl DescribeVolumeStatusOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeVolumeStatusOutput
.
Trait Implementations§
source§impl Clone for DescribeVolumeStatusOutput
impl Clone for DescribeVolumeStatusOutput
source§fn clone(&self) -> DescribeVolumeStatusOutput
fn clone(&self) -> DescribeVolumeStatusOutput
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 DescribeVolumeStatusOutput
impl Debug for DescribeVolumeStatusOutput
source§impl PartialEq<DescribeVolumeStatusOutput> for DescribeVolumeStatusOutput
impl PartialEq<DescribeVolumeStatusOutput> for DescribeVolumeStatusOutput
source§fn eq(&self, other: &DescribeVolumeStatusOutput) -> bool
fn eq(&self, other: &DescribeVolumeStatusOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.