Struct aws_sdk_rbin::operation::lock_rule::LockRuleInput
source · #[non_exhaustive]pub struct LockRuleInput { /* private fields */ }Implementations§
source§impl LockRuleInput
impl LockRuleInput
sourcepub fn identifier(&self) -> Option<&str>
pub fn identifier(&self) -> Option<&str>
The unique ID of the retention rule.
sourcepub fn lock_configuration(&self) -> Option<&LockConfiguration>
pub fn lock_configuration(&self) -> Option<&LockConfiguration>
Information about the retention rule lock configuration.
source§impl LockRuleInput
impl LockRuleInput
sourcepub fn builder() -> LockRuleInputBuilder
pub fn builder() -> LockRuleInputBuilder
Creates a new builder-style object to manufacture LockRuleInput.
source§impl LockRuleInput
impl LockRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<LockRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<LockRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<LockRule>
Trait Implementations§
source§impl Clone for LockRuleInput
impl Clone for LockRuleInput
source§fn clone(&self) -> LockRuleInput
fn clone(&self) -> LockRuleInput
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 LockRuleInput
impl Debug for LockRuleInput
source§impl PartialEq<LockRuleInput> for LockRuleInput
impl PartialEq<LockRuleInput> for LockRuleInput
source§fn eq(&self, other: &LockRuleInput) -> bool
fn eq(&self, other: &LockRuleInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for LockRuleInput
Auto Trait Implementations§
impl RefUnwindSafe for LockRuleInput
impl Send for LockRuleInput
impl Sync for LockRuleInput
impl Unpin for LockRuleInput
impl UnwindSafe for LockRuleInput
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