Struct aws_sdk_iotdeviceadvisor::output::GetSuiteDefinitionOutput [−][src]
#[non_exhaustive]pub struct GetSuiteDefinitionOutput {
pub suite_definition_id: Option<String>,
pub suite_definition_arn: Option<String>,
pub suite_definition_version: Option<String>,
pub latest_version: Option<String>,
pub suite_definition_configuration: Option<SuiteDefinitionConfiguration>,
pub created_at: Option<DateTime>,
pub last_modified_at: Option<DateTime>,
pub tags: Option<HashMap<String, String>>,
}
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 suite definition.
suite_definition_arn: Option<String>
The ARN of the suite definition.
suite_definition_version: Option<String>
Suite definition version of the suite definition.
latest_version: Option<String>
Latest suite definition version of the suite definition.
suite_definition_configuration: Option<SuiteDefinitionConfiguration>
Suite configuration of the suite definition.
created_at: Option<DateTime>
Date (in Unix epoch time) when the suite definition was created.
last_modified_at: Option<DateTime>
Date (in Unix epoch time) when the suite definition was last modified.
Tags attached to the suite definition.
Implementations
Suite definition Id of the suite definition.
The ARN of the suite definition.
Suite definition version of the suite definition.
Latest suite definition version of the suite definition.
Suite configuration of the suite definition.
Date (in Unix epoch time) when the suite definition was created.
Date (in Unix epoch time) when the suite definition was last modified.
Tags attached to the suite definition.
Creates a new builder-style object to manufacture GetSuiteDefinitionOutput
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 GetSuiteDefinitionOutput
impl Send for GetSuiteDefinitionOutput
impl Sync for GetSuiteDefinitionOutput
impl Unpin for GetSuiteDefinitionOutput
impl UnwindSafe for GetSuiteDefinitionOutput
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