Struct aws_sdk_omics::operation::get_run::GetRunOutput
source · #[non_exhaustive]pub struct GetRunOutput { /* private fields */ }
Implementations§
source§impl GetRunOutput
impl GetRunOutput
sourcepub fn workflow_id(&self) -> Option<&str>
pub fn workflow_id(&self) -> Option<&str>
The run's workflow ID.
sourcepub fn workflow_type(&self) -> Option<&WorkflowType>
pub fn workflow_type(&self) -> Option<&WorkflowType>
The run's workflow type.
sourcepub fn run_group_id(&self) -> Option<&str>
pub fn run_group_id(&self) -> Option<&str>
The run's group ID.
sourcepub fn definition(&self) -> Option<&str>
pub fn definition(&self) -> Option<&str>
The run's definition.
sourcepub fn parameters(&self) -> Option<&Document>
pub fn parameters(&self) -> Option<&Document>
The run's parameters.
sourcepub fn storage_capacity(&self) -> Option<i32>
pub fn storage_capacity(&self) -> Option<i32>
The run's storage capacity in gigabytes.
sourcepub fn output_uri(&self) -> Option<&str>
pub fn output_uri(&self) -> Option<&str>
The run's output URI.
sourcepub fn log_level(&self) -> Option<&RunLogLevel>
pub fn log_level(&self) -> Option<&RunLogLevel>
The run's log level.
sourcepub fn started_by(&self) -> Option<&str>
pub fn started_by(&self) -> Option<&str>
Who started the run.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the run was created.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
When the run started.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The run's status message.
The run's tags.
sourcepub fn accelerators(&self) -> Option<&Accelerators>
pub fn accelerators(&self) -> Option<&Accelerators>
The computational accelerator used to run the workflow.
source§impl GetRunOutput
impl GetRunOutput
sourcepub fn builder() -> GetRunOutputBuilder
pub fn builder() -> GetRunOutputBuilder
Creates a new builder-style object to manufacture GetRunOutput
.
Trait Implementations§
source§impl Clone for GetRunOutput
impl Clone for GetRunOutput
source§fn clone(&self) -> GetRunOutput
fn clone(&self) -> GetRunOutput
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 GetRunOutput
impl Debug for GetRunOutput
source§impl PartialEq<GetRunOutput> for GetRunOutput
impl PartialEq<GetRunOutput> for GetRunOutput
source§fn eq(&self, other: &GetRunOutput) -> bool
fn eq(&self, other: &GetRunOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetRunOutput
impl RequestId for GetRunOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetRunOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetRunOutput
impl Send for GetRunOutput
impl Sync for GetRunOutput
impl Unpin for GetRunOutput
impl UnwindSafe for GetRunOutput
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