Struct aws_sdk_ec2::operation::restore_snapshot_from_recycle_bin::RestoreSnapshotFromRecycleBinOutput
source · #[non_exhaustive]pub struct RestoreSnapshotFromRecycleBinOutput {
pub snapshot_id: Option<String>,
pub outpost_arn: Option<String>,
pub description: Option<String>,
pub encrypted: Option<bool>,
pub owner_id: Option<String>,
pub progress: Option<String>,
pub start_time: Option<DateTime>,
pub state: Option<SnapshotState>,
pub volume_id: Option<String>,
pub volume_size: Option<i32>,
pub sse_type: Option<SseType>,
/* private fields */
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.snapshot_id: Option<String>The ID of the snapshot.
outpost_arn: Option<String>The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.
description: Option<String>The description for the snapshot.
encrypted: Option<bool>Indicates whether the snapshot is encrypted.
owner_id: Option<String>The ID of the Amazon Web Services account that owns the EBS snapshot.
progress: Option<String>The progress of the snapshot, as a percentage.
start_time: Option<DateTime>The time stamp when the snapshot was initiated.
state: Option<SnapshotState>The state of the snapshot.
volume_id: Option<String>The ID of the volume that was used to create the snapshot.
volume_size: Option<i32>The size of the volume, in GiB.
sse_type: Option<SseType>Reserved for future use.
Implementations§
source§impl RestoreSnapshotFromRecycleBinOutput
impl RestoreSnapshotFromRecycleBinOutput
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The ID of the snapshot.
sourcepub fn outpost_arn(&self) -> Option<&str>
pub fn outpost_arn(&self) -> Option<&str>
The ARN of the Outpost on which the snapshot is stored. For more information, see Amazon EBS local snapshots on Outposts in the Amazon Elastic Compute Cloud User Guide.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description for the snapshot.
sourcepub fn owner_id(&self) -> Option<&str>
pub fn owner_id(&self) -> Option<&str>
The ID of the Amazon Web Services account that owns the EBS snapshot.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
The time stamp when the snapshot was initiated.
sourcepub fn state(&self) -> Option<&SnapshotState>
pub fn state(&self) -> Option<&SnapshotState>
The state of the snapshot.
sourcepub fn volume_id(&self) -> Option<&str>
pub fn volume_id(&self) -> Option<&str>
The ID of the volume that was used to create the snapshot.
sourcepub fn volume_size(&self) -> Option<i32>
pub fn volume_size(&self) -> Option<i32>
The size of the volume, in GiB.
source§impl RestoreSnapshotFromRecycleBinOutput
impl RestoreSnapshotFromRecycleBinOutput
sourcepub fn builder() -> RestoreSnapshotFromRecycleBinOutputBuilder
pub fn builder() -> RestoreSnapshotFromRecycleBinOutputBuilder
Creates a new builder-style object to manufacture RestoreSnapshotFromRecycleBinOutput.
Trait Implementations§
source§impl Clone for RestoreSnapshotFromRecycleBinOutput
impl Clone for RestoreSnapshotFromRecycleBinOutput
source§fn clone(&self) -> RestoreSnapshotFromRecycleBinOutput
fn clone(&self) -> RestoreSnapshotFromRecycleBinOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for RestoreSnapshotFromRecycleBinOutput
impl PartialEq for RestoreSnapshotFromRecycleBinOutput
source§fn eq(&self, other: &RestoreSnapshotFromRecycleBinOutput) -> bool
fn eq(&self, other: &RestoreSnapshotFromRecycleBinOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for RestoreSnapshotFromRecycleBinOutput
impl RequestId for RestoreSnapshotFromRecycleBinOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.