Struct aws_sdk_backup::types::RecoveryPointMember  
source · #[non_exhaustive]pub struct RecoveryPointMember { /* private fields */ }Expand description
This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.
Implementations§
source§impl RecoveryPointMember
 
impl RecoveryPointMember
sourcepub fn recovery_point_arn(&self) -> Option<&str>
 
pub fn recovery_point_arn(&self) -> Option<&str>
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
source§impl RecoveryPointMember
 
impl RecoveryPointMember
sourcepub fn builder() -> RecoveryPointMemberBuilder
 
pub fn builder() -> RecoveryPointMemberBuilder
Creates a new builder-style object to manufacture RecoveryPointMember.
Trait Implementations§
source§impl Clone for RecoveryPointMember
 
impl Clone for RecoveryPointMember
source§fn clone(&self) -> RecoveryPointMember
 
fn clone(&self) -> RecoveryPointMember
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 Debug for RecoveryPointMember
 
impl Debug for RecoveryPointMember
source§impl PartialEq<RecoveryPointMember> for RecoveryPointMember
 
impl PartialEq<RecoveryPointMember> for RecoveryPointMember
source§fn eq(&self, other: &RecoveryPointMember) -> bool
 
fn eq(&self, other: &RecoveryPointMember) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.