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