Struct aws_sdk_omics::operation::get_run_group::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 time in minutes.
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() -> GetRunGroupOutputBuilder
pub fn builder() -> GetRunGroupOutputBuilder
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 ==
.source§impl RequestId for GetRunGroupOutput
impl RequestId for GetRunGroupOutput
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 GetRunGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetRunGroupOutput
impl Send for GetRunGroupOutput
impl Sync for GetRunGroupOutput
impl Unpin for GetRunGroupOutput
impl UnwindSafe for GetRunGroupOutput
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