#[non_exhaustive]pub struct StartSuiteRunOutput { /* private fields */ }
Implementations§
source§impl StartSuiteRunOutput
impl StartSuiteRunOutput
sourcepub fn suite_run_id(&self) -> Option<&str>
pub fn suite_run_id(&self) -> Option<&str>
Suite Run ID of the started suite run.
sourcepub fn suite_run_arn(&self) -> Option<&str>
pub fn suite_run_arn(&self) -> Option<&str>
Amazon Resource Name (ARN) of the started suite run.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
Starts a Device Advisor test suite run based on suite create time.
source§impl StartSuiteRunOutput
impl StartSuiteRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartSuiteRunOutput
.
Trait Implementations§
source§impl Clone for StartSuiteRunOutput
impl Clone for StartSuiteRunOutput
source§fn clone(&self) -> StartSuiteRunOutput
fn clone(&self) -> StartSuiteRunOutput
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 StartSuiteRunOutput
impl Debug for StartSuiteRunOutput
source§impl PartialEq<StartSuiteRunOutput> for StartSuiteRunOutput
impl PartialEq<StartSuiteRunOutput> for StartSuiteRunOutput
source§fn eq(&self, other: &StartSuiteRunOutput) -> bool
fn eq(&self, other: &StartSuiteRunOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.