#[non_exhaustive]pub struct DisableFastSnapshotRestoresInput { /* private fields */ }
Implementations
sourceimpl DisableFastSnapshotRestoresInput
impl DisableFastSnapshotRestoresInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableFastSnapshotRestores, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableFastSnapshotRestores, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableFastSnapshotRestores
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableFastSnapshotRestoresInput
.
sourceimpl DisableFastSnapshotRestoresInput
impl DisableFastSnapshotRestoresInput
sourcepub fn availability_zones(&self) -> Option<&[String]>
pub fn availability_zones(&self) -> Option<&[String]>
One or more Availability Zones. For example, us-east-2a
.
sourcepub fn source_snapshot_ids(&self) -> Option<&[String]>
pub fn source_snapshot_ids(&self) -> Option<&[String]>
The IDs of one or more snapshots. For example, snap-1234567890abcdef0
.
Trait Implementations
sourceimpl Clone for DisableFastSnapshotRestoresInput
impl Clone for DisableFastSnapshotRestoresInput
sourcefn clone(&self) -> DisableFastSnapshotRestoresInput
fn clone(&self) -> DisableFastSnapshotRestoresInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DisableFastSnapshotRestoresInput> for DisableFastSnapshotRestoresInput
impl PartialEq<DisableFastSnapshotRestoresInput> for DisableFastSnapshotRestoresInput
sourcefn eq(&self, other: &DisableFastSnapshotRestoresInput) -> bool
fn eq(&self, other: &DisableFastSnapshotRestoresInput) -> bool
impl StructuralPartialEq for DisableFastSnapshotRestoresInput
Auto Trait Implementations
impl RefUnwindSafe for DisableFastSnapshotRestoresInput
impl Send for DisableFastSnapshotRestoresInput
impl Sync for DisableFastSnapshotRestoresInput
impl Unpin for DisableFastSnapshotRestoresInput
impl UnwindSafe for DisableFastSnapshotRestoresInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more