#[non_exhaustive]pub struct GetBackupPlanFromTemplateOutput { /* private fields */ }
Implementations§
source§impl GetBackupPlanFromTemplateOutput
impl GetBackupPlanFromTemplateOutput
sourcepub fn backup_plan_document(&self) -> Option<&BackupPlan>
pub fn backup_plan_document(&self) -> Option<&BackupPlan>
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
source§impl GetBackupPlanFromTemplateOutput
impl GetBackupPlanFromTemplateOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBackupPlanFromTemplateOutput
.
Trait Implementations§
source§impl Clone for GetBackupPlanFromTemplateOutput
impl Clone for GetBackupPlanFromTemplateOutput
source§fn clone(&self) -> GetBackupPlanFromTemplateOutput
fn clone(&self) -> GetBackupPlanFromTemplateOutput
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<GetBackupPlanFromTemplateOutput> for GetBackupPlanFromTemplateOutput
impl PartialEq<GetBackupPlanFromTemplateOutput> for GetBackupPlanFromTemplateOutput
source§fn eq(&self, other: &GetBackupPlanFromTemplateOutput) -> bool
fn eq(&self, other: &GetBackupPlanFromTemplateOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.