pub struct BackupSelection { /* private fields */ }Expand description
The AWS::Backup::BackupSelection resource type.
Trait Implementations§
Source§impl Debug for BackupSelection
impl Debug for BackupSelection
Source§impl Default for BackupSelection
impl Default for BackupSelection
Source§fn default() -> BackupSelection
fn default() -> BackupSelection
Returns the “default value” for a type. Read more
Source§impl From<BackupSelectionProperties> for BackupSelection
impl From<BackupSelectionProperties> for BackupSelection
Source§fn from(properties: BackupSelectionProperties) -> BackupSelection
fn from(properties: BackupSelectionProperties) -> BackupSelection
Converts to this type from the input type.
Source§impl Resource for BackupSelection
impl Resource for BackupSelection
Source§const TYPE: &'static str = "AWS::Backup::BackupSelection"
const TYPE: &'static str = "AWS::Backup::BackupSelection"
Uniquely identifies the resource type.
Source§type Properties = BackupSelectionProperties
type Properties = BackupSelectionProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &BackupSelectionProperties
fn properties(&self) -> &BackupSelectionProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut BackupSelectionProperties
fn properties_mut(&mut self) -> &mut BackupSelectionProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for BackupSelection
impl RefUnwindSafe for BackupSelection
impl Send for BackupSelection
impl Sync for BackupSelection
impl Unpin for BackupSelection
impl UnwindSafe for BackupSelection
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