pub struct NotificationObjectType {
pub backup_vault_events: ValueList<String>,
pub sns_topic_arn: Value<String>,
}Expand description
The AWS::Backup::BackupVault.NotificationObjectType property type.
Fields§
§backup_vault_events: ValueList<String>Property BackupVaultEvents.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
sns_topic_arn: Value<String>Property SNSTopicArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for NotificationObjectType
impl Debug for NotificationObjectType
Source§impl Default for NotificationObjectType
impl Default for NotificationObjectType
Source§fn default() -> NotificationObjectType
fn default() -> NotificationObjectType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NotificationObjectType
impl RefUnwindSafe for NotificationObjectType
impl Send for NotificationObjectType
impl Sync for NotificationObjectType
impl Unpin for NotificationObjectType
impl UnwindSafe for NotificationObjectType
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