Struct aws_sdk_iotthingsgraph::model::SystemInstanceSummary [−][src]
#[non_exhaustive]pub struct SystemInstanceSummary {
pub id: Option<String>,
pub arn: Option<String>,
pub status: Option<SystemInstanceDeploymentStatus>,
pub target: Option<DeploymentTarget>,
pub greengrass_group_name: Option<String>,
pub created_at: Option<DateTime>,
pub updated_at: Option<DateTime>,
pub greengrass_group_id: Option<String>,
pub greengrass_group_version_id: Option<String>,
}
Expand description
An object that contains summary information about a system instance.
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.id: Option<String>
The ID of the system instance.
arn: Option<String>
The ARN of the system instance.
status: Option<SystemInstanceDeploymentStatus>
The status of the system instance.
target: Option<DeploymentTarget>
The target of the system instance.
greengrass_group_name: Option<String>
The ID of the Greengrass group where the system instance is deployed.
created_at: Option<DateTime>
The date when the system instance was created.
updated_at: Option<DateTime>
The date and time when the system instance was last updated.
greengrass_group_id: Option<String>
The ID of the Greengrass group where the system instance is deployed.
greengrass_group_version_id: Option<String>
The version of the Greengrass group where the system instance is deployed.
Implementations
The status of the system instance.
The target of the system instance.
The ID of the Greengrass group where the system instance is deployed.
The date when the system instance was created.
The date and time when the system instance was last updated.
The ID of the Greengrass group where the system instance is deployed.
The version of the Greengrass group where the system instance is deployed.
Creates a new builder-style object to manufacture SystemInstanceSummary
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 SystemInstanceSummary
impl Send for SystemInstanceSummary
impl Sync for SystemInstanceSummary
impl Unpin for SystemInstanceSummary
impl UnwindSafe for SystemInstanceSummary
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