Struct aws_sdk_backup::input::DeleteBackupSelectionInput
source · [−]#[non_exhaustive]pub struct DeleteBackupSelectionInput { /* private fields */ }
Implementations
sourceimpl DeleteBackupSelectionInput
impl DeleteBackupSelectionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackupSelection, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteBackupSelection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteBackupSelection
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBackupSelectionInput
.
sourceimpl DeleteBackupSelectionInput
impl DeleteBackupSelectionInput
sourcepub fn backup_plan_id(&self) -> Option<&str>
pub fn backup_plan_id(&self) -> Option<&str>
Uniquely identifies a backup plan.
sourcepub fn selection_id(&self) -> Option<&str>
pub fn selection_id(&self) -> Option<&str>
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
Trait Implementations
sourceimpl Clone for DeleteBackupSelectionInput
impl Clone for DeleteBackupSelectionInput
sourcefn clone(&self) -> DeleteBackupSelectionInput
fn clone(&self) -> DeleteBackupSelectionInput
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 DeleteBackupSelectionInput
impl Debug for DeleteBackupSelectionInput
sourceimpl PartialEq<DeleteBackupSelectionInput> for DeleteBackupSelectionInput
impl PartialEq<DeleteBackupSelectionInput> for DeleteBackupSelectionInput
sourcefn eq(&self, other: &DeleteBackupSelectionInput) -> bool
fn eq(&self, other: &DeleteBackupSelectionInput) -> bool
impl StructuralPartialEq for DeleteBackupSelectionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteBackupSelectionInput
impl Send for DeleteBackupSelectionInput
impl Sync for DeleteBackupSelectionInput
impl Unpin for DeleteBackupSelectionInput
impl UnwindSafe for DeleteBackupSelectionInput
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