pub struct GetRecoveryPointRestoreMetadataInput {
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 GetRecoveryPointRestoreMetadataInput
impl Clone for GetRecoveryPointRestoreMetadataInput
Source§fn clone(&self) -> GetRecoveryPointRestoreMetadataInput
fn clone(&self) -> GetRecoveryPointRestoreMetadataInput
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 Default for GetRecoveryPointRestoreMetadataInput
impl Default for GetRecoveryPointRestoreMetadataInput
Source§fn default() -> GetRecoveryPointRestoreMetadataInput
fn default() -> GetRecoveryPointRestoreMetadataInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetRecoveryPointRestoreMetadataInput
impl PartialEq for GetRecoveryPointRestoreMetadataInput
Source§fn eq(&self, other: &GetRecoveryPointRestoreMetadataInput) -> bool
fn eq(&self, other: &GetRecoveryPointRestoreMetadataInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetRecoveryPointRestoreMetadataInput
Auto Trait Implementations§
impl Freeze for GetRecoveryPointRestoreMetadataInput
impl RefUnwindSafe for GetRecoveryPointRestoreMetadataInput
impl Send for GetRecoveryPointRestoreMetadataInput
impl Sync for GetRecoveryPointRestoreMetadataInput
impl Unpin for GetRecoveryPointRestoreMetadataInput
impl UnwindSafe for GetRecoveryPointRestoreMetadataInput
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