Struct aws_sdk_omics::model::ExportReadSetJobDetail
source · #[non_exhaustive]pub struct ExportReadSetJobDetail { /* private fields */ }
Expand description
Details about a read set export job.
Implementations§
source§impl ExportReadSetJobDetail
impl ExportReadSetJobDetail
sourcepub fn sequence_store_id(&self) -> Option<&str>
pub fn sequence_store_id(&self) -> Option<&str>
The job's sequence store ID.
sourcepub fn destination(&self) -> Option<&str>
pub fn destination(&self) -> Option<&str>
The job's destination in Amazon S3.
sourcepub fn status(&self) -> Option<&ReadSetExportJobStatus>
pub fn status(&self) -> Option<&ReadSetExportJobStatus>
The job's status.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the job was created.
sourcepub fn completion_time(&self) -> Option<&DateTime>
pub fn completion_time(&self) -> Option<&DateTime>
When the job completed.
source§impl ExportReadSetJobDetail
impl ExportReadSetJobDetail
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExportReadSetJobDetail
.
Trait Implementations§
source§impl Clone for ExportReadSetJobDetail
impl Clone for ExportReadSetJobDetail
source§fn clone(&self) -> ExportReadSetJobDetail
fn clone(&self) -> ExportReadSetJobDetail
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 ExportReadSetJobDetail
impl Debug for ExportReadSetJobDetail
source§impl PartialEq<ExportReadSetJobDetail> for ExportReadSetJobDetail
impl PartialEq<ExportReadSetJobDetail> for ExportReadSetJobDetail
source§fn eq(&self, other: &ExportReadSetJobDetail) -> bool
fn eq(&self, other: &ExportReadSetJobDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.