Struct aws_sdk_iotdeviceadvisor::output::CreateSuiteDefinitionOutput [−][src]
#[non_exhaustive]pub struct CreateSuiteDefinitionOutput {
pub suite_definition_id: Option<String>,
pub suite_definition_arn: Option<String>,
pub suite_definition_name: Option<String>,
pub created_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>
Creates a Device Advisor test suite with suite UUID.
suite_definition_arn: Option<String>
Creates a Device Advisor test suite with Amazon Resource name.
suite_definition_name: Option<String>
Creates a Device Advisor test suite with suite definition name.
created_at: Option<DateTime>
Creates a Device Advisor test suite with TimeStamp of when it was created.
Implementations
Creates a Device Advisor test suite with suite UUID.
Creates a Device Advisor test suite with Amazon Resource name.
Creates a Device Advisor test suite with suite definition name.
Creates a Device Advisor test suite with TimeStamp of when it was created.
Creates a new builder-style object to manufacture CreateSuiteDefinitionOutput
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 CreateSuiteDefinitionOutput
impl Send for CreateSuiteDefinitionOutput
impl Sync for CreateSuiteDefinitionOutput
impl Unpin for CreateSuiteDefinitionOutput
impl UnwindSafe for CreateSuiteDefinitionOutput
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