Struct aws_sdk_iotdeviceadvisor::model::suite_run_information::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SuiteRunInformation
Implementations
Suite definition Id of the suite run.
Suite definition Id of the suite run.
Suite definition version of the suite run.
Suite definition version of the suite run.
Suite definition name of the suite run.
Suite definition name of the suite run.
Suite run Id of the suite run.
Suite run Id of the suite run.
Date (in Unix epoch time) when the suite run was created.
Date (in Unix epoch time) when the suite run was created.
Date (in Unix epoch time) when the suite run was started.
Date (in Unix epoch time) when the suite run was started.
Date (in Unix epoch time) when the suite run ended.
Date (in Unix epoch time) when the suite run ended.
Status of the suite run.
Status of the suite run.
Number of test cases that passed in the suite run.
Number of test cases that failed in the suite run.
Consumes the builder and constructs a SuiteRunInformation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more