Struct aws_sdk_backup::model::ConditionParameter
source · #[non_exhaustive]pub struct ConditionParameter { /* private fields */ }
Expand description
Includes information about tags you define to assign tagged resources to a backup plan.
Implementations§
source§impl ConditionParameter
impl ConditionParameter
sourcepub fn condition_key(&self) -> Option<&str>
pub fn condition_key(&self) -> Option<&str>
The key in a key-value pair. For example, in the tag Department: Accounting
, Department
is the key.
sourcepub fn condition_value(&self) -> Option<&str>
pub fn condition_value(&self) -> Option<&str>
The value in a key-value pair. For example, in the tag Department: Accounting
, Accounting
is the value.
source§impl ConditionParameter
impl ConditionParameter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConditionParameter
.
Trait Implementations§
source§impl Clone for ConditionParameter
impl Clone for ConditionParameter
source§fn clone(&self) -> ConditionParameter
fn clone(&self) -> ConditionParameter
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 more