#[non_exhaustive]pub struct SystemInstanceSummary { /* private fields */ }Expand description
An object that contains summary information about a system instance.
Implementations§
source§impl SystemInstanceSummary
impl SystemInstanceSummary
sourcepub fn status(&self) -> Option<&SystemInstanceDeploymentStatus>
pub fn status(&self) -> Option<&SystemInstanceDeploymentStatus>
The status of the system instance.
sourcepub fn target(&self) -> Option<&DeploymentTarget>
pub fn target(&self) -> Option<&DeploymentTarget>
The target of the system instance.
sourcepub fn greengrass_group_name(&self) -> Option<&str>
pub fn greengrass_group_name(&self) -> Option<&str>
The ID of the Greengrass group where the system instance is deployed.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The date when the system instance was created.
sourcepub fn updated_at(&self) -> Option<&DateTime>
pub fn updated_at(&self) -> Option<&DateTime>
The date and time when the system instance was last updated.
sourcepub fn greengrass_group_id(&self) -> Option<&str>
pub fn greengrass_group_id(&self) -> Option<&str>
The ID of the Greengrass group where the system instance is deployed.
sourcepub fn greengrass_group_version_id(&self) -> Option<&str>
pub fn greengrass_group_version_id(&self) -> Option<&str>
The version of the Greengrass group where the system instance is deployed.
source§impl SystemInstanceSummary
impl SystemInstanceSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SystemInstanceSummary.
Trait Implementations§
source§impl Clone for SystemInstanceSummary
impl Clone for SystemInstanceSummary
source§fn clone(&self) -> SystemInstanceSummary
fn clone(&self) -> SystemInstanceSummary
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SystemInstanceSummary
impl Debug for SystemInstanceSummary
source§impl PartialEq<SystemInstanceSummary> for SystemInstanceSummary
impl PartialEq<SystemInstanceSummary> for SystemInstanceSummary
source§fn eq(&self, other: &SystemInstanceSummary) -> bool
fn eq(&self, other: &SystemInstanceSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.