#[non_exhaustive]pub struct AwsBackupBackupPlanAdvancedBackupSettingsDetails { /* private fields */ }
Expand description
Provides a list of backup options for each resource type.
Implementations§
source§impl AwsBackupBackupPlanAdvancedBackupSettingsDetails
impl AwsBackupBackupPlanAdvancedBackupSettingsDetails
sourcepub fn backup_options(&self) -> Option<&HashMap<String, String>>
pub fn backup_options(&self) -> Option<&HashMap<String, String>>
Specifies the backup option for a selected resource. This option is only available for Windows Volume Shadow Copy Service (VSS) backup jobs. Valid values are as follows:
-
Set to
WindowsVSS: enabled
to enable the WindowsVSS backup option and create a Windows VSS backup. -
Set to
WindowsVSS: disabled
to create a regular backup. TheWindowsVSS
option is not enabled by default.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The name of a resource type. The only supported resource type is Amazon EC2 instances with Windows VSS.
The only valid value is EC2
.
source§impl AwsBackupBackupPlanAdvancedBackupSettingsDetails
impl AwsBackupBackupPlanAdvancedBackupSettingsDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsBackupBackupPlanAdvancedBackupSettingsDetails
.
Trait Implementations§
source§impl Clone for AwsBackupBackupPlanAdvancedBackupSettingsDetails
impl Clone for AwsBackupBackupPlanAdvancedBackupSettingsDetails
source§fn clone(&self) -> AwsBackupBackupPlanAdvancedBackupSettingsDetails
fn clone(&self) -> AwsBackupBackupPlanAdvancedBackupSettingsDetails
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 PartialEq<AwsBackupBackupPlanAdvancedBackupSettingsDetails> for AwsBackupBackupPlanAdvancedBackupSettingsDetails
impl PartialEq<AwsBackupBackupPlanAdvancedBackupSettingsDetails> for AwsBackupBackupPlanAdvancedBackupSettingsDetails
source§fn eq(&self, other: &AwsBackupBackupPlanAdvancedBackupSettingsDetails) -> bool
fn eq(&self, other: &AwsBackupBackupPlanAdvancedBackupSettingsDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.