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§
Source§impl Clone for CreateSnapshotFromVolumeRecoveryPointOutput
impl Clone for CreateSnapshotFromVolumeRecoveryPointOutput
Source§fn clone(&self) -> CreateSnapshotFromVolumeRecoveryPointOutput
fn clone(&self) -> CreateSnapshotFromVolumeRecoveryPointOutput
Returns a duplicate 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 CreateSnapshotFromVolumeRecoveryPointOutput
impl Default for CreateSnapshotFromVolumeRecoveryPointOutput
Source§fn default() -> CreateSnapshotFromVolumeRecoveryPointOutput
fn default() -> CreateSnapshotFromVolumeRecoveryPointOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateSnapshotFromVolumeRecoveryPointOutput
impl<'de> Deserialize<'de> for CreateSnapshotFromVolumeRecoveryPointOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CreateSnapshotFromVolumeRecoveryPointOutput
impl PartialEq for CreateSnapshotFromVolumeRecoveryPointOutput
Source§fn eq(&self, other: &CreateSnapshotFromVolumeRecoveryPointOutput) -> bool
fn eq(&self, other: &CreateSnapshotFromVolumeRecoveryPointOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateSnapshotFromVolumeRecoveryPointOutput
Auto Trait Implementations§
impl Freeze for CreateSnapshotFromVolumeRecoveryPointOutput
impl RefUnwindSafe for CreateSnapshotFromVolumeRecoveryPointOutput
impl Send for CreateSnapshotFromVolumeRecoveryPointOutput
impl Sync for CreateSnapshotFromVolumeRecoveryPointOutput
impl Unpin for CreateSnapshotFromVolumeRecoveryPointOutput
impl UnwindSafe for CreateSnapshotFromVolumeRecoveryPointOutput
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