Struct aws_sdk_ec2::output::ImportSnapshotOutput
source · #[non_exhaustive]pub struct ImportSnapshotOutput { /* private fields */ }
Implementations§
source§impl ImportSnapshotOutput
impl ImportSnapshotOutput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the import snapshot task.
sourcepub fn import_task_id(&self) -> Option<&str>
pub fn import_task_id(&self) -> Option<&str>
The ID of the import snapshot task.
sourcepub fn snapshot_task_detail(&self) -> Option<&SnapshotTaskDetail>
pub fn snapshot_task_detail(&self) -> Option<&SnapshotTaskDetail>
Information about the import snapshot task.
Any tags assigned to the import snapshot task.
source§impl ImportSnapshotOutput
impl ImportSnapshotOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportSnapshotOutput
.
Trait Implementations§
source§impl Clone for ImportSnapshotOutput
impl Clone for ImportSnapshotOutput
source§fn clone(&self) -> ImportSnapshotOutput
fn clone(&self) -> ImportSnapshotOutput
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 Debug for ImportSnapshotOutput
impl Debug for ImportSnapshotOutput
source§impl PartialEq<ImportSnapshotOutput> for ImportSnapshotOutput
impl PartialEq<ImportSnapshotOutput> for ImportSnapshotOutput
source§fn eq(&self, other: &ImportSnapshotOutput) -> bool
fn eq(&self, other: &ImportSnapshotOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.