Struct aws_sdk_ec2::input::EnableFastSnapshotRestoresInput
source · [−]#[non_exhaustive]pub struct EnableFastSnapshotRestoresInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for EnableFastSnapshotRestoresInput
impl Clone for EnableFastSnapshotRestoresInput
sourcefn clone(&self) -> EnableFastSnapshotRestoresInput
fn clone(&self) -> EnableFastSnapshotRestoresInput
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<EnableFastSnapshotRestoresInput> for EnableFastSnapshotRestoresInput
impl PartialEq<EnableFastSnapshotRestoresInput> for EnableFastSnapshotRestoresInput
sourcefn eq(&self, other: &EnableFastSnapshotRestoresInput) -> bool
fn eq(&self, other: &EnableFastSnapshotRestoresInput) -> bool
impl StructuralPartialEq for EnableFastSnapshotRestoresInput
Auto Trait Implementations
impl RefUnwindSafe for EnableFastSnapshotRestoresInput
impl Send for EnableFastSnapshotRestoresInput
impl Sync for EnableFastSnapshotRestoresInput
impl Unpin for EnableFastSnapshotRestoresInput
impl UnwindSafe for EnableFastSnapshotRestoresInput
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