Struct aws_sdk_backup::input::DeleteBackupSelectionInput
source · #[non_exhaustive]pub struct DeleteBackupSelectionInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteBackupSelectionInput
impl Clone for DeleteBackupSelectionInput
source§fn clone(&self) -> DeleteBackupSelectionInput
fn clone(&self) -> DeleteBackupSelectionInput
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 DeleteBackupSelectionInput
impl Debug for DeleteBackupSelectionInput
source§impl PartialEq<DeleteBackupSelectionInput> for DeleteBackupSelectionInput
impl PartialEq<DeleteBackupSelectionInput> for DeleteBackupSelectionInput
source§fn eq(&self, other: &DeleteBackupSelectionInput) -> bool
fn eq(&self, other: &DeleteBackupSelectionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.