pub struct DescribeRecoveryPointInput {
pub backup_vault_name: String,
pub recovery_point_arn: String,
}
Fields§
§backup_vault_name: String
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
recovery_point_arn: String
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45
.
Trait Implementations§
Source§impl Clone for DescribeRecoveryPointInput
impl Clone for DescribeRecoveryPointInput
Source§fn clone(&self) -> DescribeRecoveryPointInput
fn clone(&self) -> DescribeRecoveryPointInput
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 DescribeRecoveryPointInput
impl Debug for DescribeRecoveryPointInput
Source§impl Default for DescribeRecoveryPointInput
impl Default for DescribeRecoveryPointInput
Source§fn default() -> DescribeRecoveryPointInput
fn default() -> DescribeRecoveryPointInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DescribeRecoveryPointInput
Auto Trait Implementations§
impl Freeze for DescribeRecoveryPointInput
impl RefUnwindSafe for DescribeRecoveryPointInput
impl Send for DescribeRecoveryPointInput
impl Sync for DescribeRecoveryPointInput
impl Unpin for DescribeRecoveryPointInput
impl UnwindSafe for DescribeRecoveryPointInput
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