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