Struct aws_sdk_rbin::input::LockRuleInput
source · #[non_exhaustive]pub struct LockRuleInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LockRuleInput
.
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.
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 ==
.