[][src]Struct rusoto_cloudhsmv2::CopyBackupToRegionResponse

pub struct CopyBackupToRegionResponse {
    pub destination_backup: Option<DestinationBackup>,
}

Fields

destination_backup: Option<DestinationBackup>

Information on the backup that will be copied to the destination region, including CreateTimestamp, SourceBackup, SourceCluster, and Source Region. CreateTimestamp of the destination backup will be the same as that of the source backup.

You will need to use the sourceBackupID returned in this operation to use the DescribeBackups operation on the backup that will be copied to the destination region.

Trait Implementations

impl PartialEq<CopyBackupToRegionResponse> for CopyBackupToRegionResponse[src]

impl Default for CopyBackupToRegionResponse[src]

impl Clone for CopyBackupToRegionResponse[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CopyBackupToRegionResponse[src]

impl<'de> Deserialize<'de> for CopyBackupToRegionResponse[src]

Auto Trait Implementations

impl Send for CopyBackupToRegionResponse

impl Sync for CopyBackupToRegionResponse

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self