Struct aws_sdk_omics::output::GetRunGroupOutput
source · #[non_exhaustive]pub struct GetRunGroupOutput { /* private fields */ }
Implementations§
source§impl GetRunGroupOutput
impl GetRunGroupOutput
sourcepub fn max_duration(&self) -> Option<i32>
pub fn max_duration(&self) -> Option<i32>
The group's maximum run duration.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the group was created.
The group's tags.
source§impl GetRunGroupOutput
impl GetRunGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRunGroupOutput
.
Trait Implementations§
source§impl Clone for GetRunGroupOutput
impl Clone for GetRunGroupOutput
source§fn clone(&self) -> GetRunGroupOutput
fn clone(&self) -> GetRunGroupOutput
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 GetRunGroupOutput
impl Debug for GetRunGroupOutput
source§impl PartialEq<GetRunGroupOutput> for GetRunGroupOutput
impl PartialEq<GetRunGroupOutput> for GetRunGroupOutput
source§fn eq(&self, other: &GetRunGroupOutput) -> bool
fn eq(&self, other: &GetRunGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.