Struct aws_sdk_backup::types::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() -> ConditionParameterBuilder
pub fn builder() -> ConditionParameterBuilder
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 moresource§impl Debug for ConditionParameter
impl Debug for ConditionParameter
source§impl PartialEq<ConditionParameter> for ConditionParameter
impl PartialEq<ConditionParameter> for ConditionParameter
source§fn eq(&self, other: &ConditionParameter) -> bool
fn eq(&self, other: &ConditionParameter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.