#[non_exhaustive]pub struct DescribeSnapshotsOutput {
pub next_token: Option<String>,
pub snapshots: Option<Vec<Snapshot>>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.next_token: Option<String>
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
snapshots: Option<Vec<Snapshot>>
A list of snapshots. Each item in the list contains detailed information about one snapshot.
Implementations§
source§impl DescribeSnapshotsOutput
impl DescribeSnapshotsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
source§impl DescribeSnapshotsOutput
impl DescribeSnapshotsOutput
sourcepub fn builder() -> DescribeSnapshotsOutputBuilder
pub fn builder() -> DescribeSnapshotsOutputBuilder
Creates a new builder-style object to manufacture DescribeSnapshotsOutput
.
Trait Implementations§
source§impl Clone for DescribeSnapshotsOutput
impl Clone for DescribeSnapshotsOutput
source§fn clone(&self) -> DescribeSnapshotsOutput
fn clone(&self) -> DescribeSnapshotsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeSnapshotsOutput
impl Debug for DescribeSnapshotsOutput
source§impl PartialEq for DescribeSnapshotsOutput
impl PartialEq for DescribeSnapshotsOutput
source§fn eq(&self, other: &DescribeSnapshotsOutput) -> bool
fn eq(&self, other: &DescribeSnapshotsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeSnapshotsOutput
impl RequestId for DescribeSnapshotsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.