Struct aws_sdk_iotdeviceadvisor::output::UpdateSuiteDefinitionOutput [−][src]
#[non_exhaustive]pub struct UpdateSuiteDefinitionOutput {
pub suite_definition_id: Option<String>,
pub suite_definition_arn: Option<String>,
pub suite_definition_name: Option<String>,
pub suite_definition_version: Option<String>,
pub created_at: Option<DateTime>,
pub last_updated_at: Option<DateTime>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.suite_definition_id: Option<String>
Suite definition Id of the updated test suite.
suite_definition_arn: Option<String>
Amazon Resource name of the updated test suite.
suite_definition_name: Option<String>
Suite definition name of the updated test suite.
suite_definition_version: Option<String>
Suite definition version of the updated test suite.
created_at: Option<DateTime>
Timestamp of when the test suite was created.
last_updated_at: Option<DateTime>
Timestamp of when the test suite was updated.
Implementations
Suite definition Id of the updated test suite.
Amazon Resource name of the updated test suite.
Suite definition name of the updated test suite.
Suite definition version of the updated test suite.
Timestamp of when the test suite was created.
Timestamp of when the test suite was updated.
Creates a new builder-style object to manufacture UpdateSuiteDefinitionOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateSuiteDefinitionOutput
impl Send for UpdateSuiteDefinitionOutput
impl Sync for UpdateSuiteDefinitionOutput
impl Unpin for UpdateSuiteDefinitionOutput
impl UnwindSafe for UpdateSuiteDefinitionOutput
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