Struct aws_sdk_memorydb::model::ShardDetail
source · #[non_exhaustive]pub struct ShardDetail { /* private fields */ }
Expand description
Provides details of a shard in a snapshot
Implementations§
source§impl ShardDetail
impl ShardDetail
sourcepub fn configuration(&self) -> Option<&ShardConfiguration>
pub fn configuration(&self) -> Option<&ShardConfiguration>
The configuration details of the shard
sourcepub fn snapshot_creation_time(&self) -> Option<&DateTime>
pub fn snapshot_creation_time(&self) -> Option<&DateTime>
The date and time that the shard's snapshot was created
source§impl ShardDetail
impl ShardDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ShardDetail
.
Trait Implementations§
source§impl Clone for ShardDetail
impl Clone for ShardDetail
source§fn clone(&self) -> ShardDetail
fn clone(&self) -> ShardDetail
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 ShardDetail
impl Debug for ShardDetail
source§impl PartialEq<ShardDetail> for ShardDetail
impl PartialEq<ShardDetail> for ShardDetail
source§fn eq(&self, other: &ShardDetail) -> bool
fn eq(&self, other: &ShardDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.