#[non_exhaustive]pub struct EnableFastSnapshotRestoreStateErrorItem { /* private fields */ }
Expand description
Contains information about an error that occurred when enabling fast snapshot restores.
Implementations§
source§impl EnableFastSnapshotRestoreStateErrorItem
impl EnableFastSnapshotRestoreStateErrorItem
sourcepub fn availability_zone(&self) -> Option<&str>
pub fn availability_zone(&self) -> Option<&str>
The Availability Zone.
sourcepub fn error(&self) -> Option<&EnableFastSnapshotRestoreStateError>
pub fn error(&self) -> Option<&EnableFastSnapshotRestoreStateError>
The error.
source§impl EnableFastSnapshotRestoreStateErrorItem
impl EnableFastSnapshotRestoreStateErrorItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableFastSnapshotRestoreStateErrorItem
.
Trait Implementations§
source§impl Clone for EnableFastSnapshotRestoreStateErrorItem
impl Clone for EnableFastSnapshotRestoreStateErrorItem
source§fn clone(&self) -> EnableFastSnapshotRestoreStateErrorItem
fn clone(&self) -> EnableFastSnapshotRestoreStateErrorItem
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 PartialEq<EnableFastSnapshotRestoreStateErrorItem> for EnableFastSnapshotRestoreStateErrorItem
impl PartialEq<EnableFastSnapshotRestoreStateErrorItem> for EnableFastSnapshotRestoreStateErrorItem
source§fn eq(&self, other: &EnableFastSnapshotRestoreStateErrorItem) -> bool
fn eq(&self, other: &EnableFastSnapshotRestoreStateErrorItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.