[][src]Struct rusoto_storagegateway::CreateSnapshotFromVolumeRecoveryPointOutput

pub struct CreateSnapshotFromVolumeRecoveryPointOutput {
    pub snapshot_id: Option<String>,
    pub volume_arn: Option<String>,
    pub volume_recovery_point_time: Option<String>,
}

Fields

snapshot_id: Option<String>

The ID of the snapshot.

volume_arn: Option<String>

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.

volume_recovery_point_time: Option<String>

The time the volume was created from the recovery point.

Trait Implementations

impl Clone for CreateSnapshotFromVolumeRecoveryPointOutput[src]

impl Debug for CreateSnapshotFromVolumeRecoveryPointOutput[src]

impl Default for CreateSnapshotFromVolumeRecoveryPointOutput[src]

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

impl PartialEq<CreateSnapshotFromVolumeRecoveryPointOutput> for CreateSnapshotFromVolumeRecoveryPointOutput[src]

impl StructuralPartialEq for CreateSnapshotFromVolumeRecoveryPointOutput[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.