Struct aws_sdk_ec2::operation::delete_snapshot::DeleteSnapshotInput
source · #[non_exhaustive]pub struct DeleteSnapshotInput { /* private fields */ }
Implementations§
source§impl DeleteSnapshotInput
impl DeleteSnapshotInput
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The ID of the EBS snapshot.
source§impl DeleteSnapshotInput
impl DeleteSnapshotInput
sourcepub fn builder() -> DeleteSnapshotInputBuilder
pub fn builder() -> DeleteSnapshotInputBuilder
Creates a new builder-style object to manufacture DeleteSnapshotInput
.
source§impl 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
>
Trait Implementations§
source§impl Clone for DeleteSnapshotInput
impl Clone for DeleteSnapshotInput
source§fn clone(&self) -> DeleteSnapshotInput
fn clone(&self) -> DeleteSnapshotInput
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 Debug for DeleteSnapshotInput
impl Debug for DeleteSnapshotInput
source§impl PartialEq<DeleteSnapshotInput> for DeleteSnapshotInput
impl PartialEq<DeleteSnapshotInput> for DeleteSnapshotInput
source§fn eq(&self, other: &DeleteSnapshotInput) -> bool
fn eq(&self, other: &DeleteSnapshotInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more