pub struct BackupPlanProperties {
pub backup_plan: Value<BackupPlanResourceType>,
pub backup_plan_tags: Option<ValueMap<String>>,
}Expand description
Properties for the BackupPlan resource.
Fields§
§backup_plan: Value<BackupPlanResourceType>Property BackupPlan.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property BackupPlanTags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for BackupPlanProperties
impl Debug for BackupPlanProperties
Source§impl Default for BackupPlanProperties
impl Default for BackupPlanProperties
Source§fn default() -> BackupPlanProperties
fn default() -> BackupPlanProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BackupPlanProperties
impl<'de> Deserialize<'de> for BackupPlanProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<BackupPlanProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<BackupPlanProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<BackupPlanProperties> for BackupPlan
impl From<BackupPlanProperties> for BackupPlan
Source§fn from(properties: BackupPlanProperties) -> BackupPlan
fn from(properties: BackupPlanProperties) -> BackupPlan
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BackupPlanProperties
impl RefUnwindSafe for BackupPlanProperties
impl Send for BackupPlanProperties
impl Sync for BackupPlanProperties
impl Unpin for BackupPlanProperties
impl UnwindSafe for BackupPlanProperties
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