GetCoreDeviceResponse class

Constructors

GetCoreDeviceResponse({String? architecture, String? coreDeviceThingName, String? coreVersion, DateTime? lastStatusUpdateTimestamp, String? platform, CoreDeviceStatus? status, Map<String, String>? tags})
GetCoreDeviceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

architecture String?
The computer architecture of the core device.
final
coreDeviceThingName String?
The name of the core device. This is also the name of the AWS IoT thing.
final
coreVersion String?
The version of the AWS IoT Greengrass Core software that the core device runs. This version is equivalent to the version of the AWS IoT Greengrass nucleus component that runs on the core device. For more information, see the AWS IoT Greengrass nucleus component in the AWS IoT Greengrass V2 Developer Guide.
final
hashCode int
The hash code for this object.
no setterinherited
lastStatusUpdateTimestamp DateTime?
The time at which the core device's status last updated, expressed in ISO 8601 format.
final
platform String?
The operating system platform that the core device runs.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status CoreDeviceStatus?
The status of the core device. The core device status can be:
final
tags Map<String, String>?
A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the AWS IoT Greengrass V2 Developer Guide.
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