#[non_exhaustive]pub struct EnableFastSnapshotRestoresInput { /* private fields */ }
Implementations§
source§impl EnableFastSnapshotRestoresInput
impl EnableFastSnapshotRestoresInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableFastSnapshotRestores, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<EnableFastSnapshotRestores, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<EnableFastSnapshotRestores
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EnableFastSnapshotRestoresInput
.
source§impl EnableFastSnapshotRestoresInput
impl EnableFastSnapshotRestoresInput
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
. You can specify a snapshot that was shared with you from another Amazon Web Services account.
Trait Implementations§
source§impl Clone for EnableFastSnapshotRestoresInput
impl Clone for EnableFastSnapshotRestoresInput
source§fn clone(&self) -> EnableFastSnapshotRestoresInput
fn clone(&self) -> EnableFastSnapshotRestoresInput
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<EnableFastSnapshotRestoresInput> for EnableFastSnapshotRestoresInput
impl PartialEq<EnableFastSnapshotRestoresInput> for EnableFastSnapshotRestoresInput
source§fn eq(&self, other: &EnableFastSnapshotRestoresInput) -> bool
fn eq(&self, other: &EnableFastSnapshotRestoresInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.