Struct aws_sdk_ec2::input::DeleteSnapshotInput
source · [−]#[non_exhaustive]pub struct DeleteSnapshotInput { /* private fields */ }
Implementations
sourceimpl DeleteSnapshotInput
impl DeleteSnapshotInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSnapshot, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSnapshot, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteSnapshot
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteSnapshotInput
.
sourceimpl DeleteSnapshotInput
impl DeleteSnapshotInput
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The ID of the EBS snapshot.
Trait Implementations
sourceimpl Clone for DeleteSnapshotInput
impl Clone for DeleteSnapshotInput
sourcefn clone(&self) -> DeleteSnapshotInput
fn clone(&self) -> DeleteSnapshotInput
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 Debug for DeleteSnapshotInput
impl Debug for DeleteSnapshotInput
sourceimpl PartialEq<DeleteSnapshotInput> for DeleteSnapshotInput
impl PartialEq<DeleteSnapshotInput> for DeleteSnapshotInput
sourcefn eq(&self, other: &DeleteSnapshotInput) -> bool
fn eq(&self, other: &DeleteSnapshotInput) -> bool
impl StructuralPartialEq for DeleteSnapshotInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteSnapshotInput
impl Send for DeleteSnapshotInput
impl Sync for DeleteSnapshotInput
impl Unpin for DeleteSnapshotInput
impl UnwindSafe for DeleteSnapshotInput
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