Struct aws_sdk_elasticache::operation::describe_serverless_cache_snapshots::DescribeServerlessCacheSnapshotsOutput
source · #[non_exhaustive]pub struct DescribeServerlessCacheSnapshotsOutput {
pub next_token: Option<String>,
pub serverless_cache_snapshots: Option<Vec<ServerlessCacheSnapshot>>,
/* 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 marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis only.
serverless_cache_snapshots: Option<Vec<ServerlessCacheSnapshot>>
The serverless caches snapshots associated with a given description request. Available for Redis only.
Implementations§
source§impl DescribeServerlessCacheSnapshotsOutput
impl DescribeServerlessCacheSnapshotsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Redis only.
sourcepub fn serverless_cache_snapshots(&self) -> &[ServerlessCacheSnapshot]
pub fn serverless_cache_snapshots(&self) -> &[ServerlessCacheSnapshot]
The serverless caches snapshots associated with a given description request. Available for Redis only.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .serverless_cache_snapshots.is_none()
.
source§impl DescribeServerlessCacheSnapshotsOutput
impl DescribeServerlessCacheSnapshotsOutput
sourcepub fn builder() -> DescribeServerlessCacheSnapshotsOutputBuilder
pub fn builder() -> DescribeServerlessCacheSnapshotsOutputBuilder
Creates a new builder-style object to manufacture DescribeServerlessCacheSnapshotsOutput
.
Trait Implementations§
source§impl Clone for DescribeServerlessCacheSnapshotsOutput
impl Clone for DescribeServerlessCacheSnapshotsOutput
source§fn clone(&self) -> DescribeServerlessCacheSnapshotsOutput
fn clone(&self) -> DescribeServerlessCacheSnapshotsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribeServerlessCacheSnapshotsOutput
impl PartialEq for DescribeServerlessCacheSnapshotsOutput
source§fn eq(&self, other: &DescribeServerlessCacheSnapshotsOutput) -> bool
fn eq(&self, other: &DescribeServerlessCacheSnapshotsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeServerlessCacheSnapshotsOutput
impl RequestId for DescribeServerlessCacheSnapshotsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.