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 ==
.impl StructuralPartialEq for RecoveryPointMember
Auto Trait Implementations§
impl RefUnwindSafe for RecoveryPointMember
impl Send for RecoveryPointMember
impl Sync for RecoveryPointMember
impl Unpin for RecoveryPointMember
impl UnwindSafe for RecoveryPointMember
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