SystemInstanceSummary class

An object that contains summary information about a system instance.

Constructors

SystemInstanceSummary({String? arn, DateTime? createdAt, String? greengrassGroupId, String? greengrassGroupName, String? greengrassGroupVersionId, String? id, SystemInstanceDeploymentStatus? status, DeploymentTarget? target, DateTime? updatedAt})
SystemInstanceSummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the system instance.
final
createdAt DateTime?
The date when the system instance was created.
final
greengrassGroupId String?
The ID of the Greengrass group where the system instance is deployed.
final
greengrassGroupName String?
The ID of the Greengrass group where the system instance is deployed.
final
greengrassGroupVersionId String?
The version of the Greengrass group where the system instance is deployed.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of the system instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status SystemInstanceDeploymentStatus?
The status of the system instance.
final
target DeploymentTarget?
The target of the system instance.
final
updatedAt DateTime?
The date and time when the system instance was last updated.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited