Struct aws_sdk_iotdeviceadvisor::output::get_suite_run_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetSuiteRunOutput
Implementations
Suite definition Id for the test suite run.
Suite definition Id for the test suite run.
Suite definition version for the test suite run.
Suite definition version for the test suite run.
Suite run Id for the test suite run.
Suite run Id for the test suite run.
The ARN of the suite run.
The ARN of the suite run.
Suite run configuration for the test suite run.
Suite run configuration for the test suite run.
Test results for the test suite run.
Test results for the test suite run.
Date (in Unix epoch time) when the test suite run was started.
Date (in Unix epoch time) when the test suite run was started.
Date (in Unix epoch time) when the test suite run ended.
Date (in Unix epoch time) when the test suite run ended.
Status for the test suite run.
Status for the test suite run.
Error reason for any test suite run failure.
Error reason for any test suite run failure.
Adds a key-value pair to tags
.
To override the contents of this collection use set_tags
.
The tags attached to the suite run.
The tags attached to the suite run.
Consumes the builder and constructs a GetSuiteRunOutput
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