DeviceInstance class
Represents the device instance.
Constructors
-
DeviceInstance({String? arn, String? deviceArn, InstanceProfile? instanceProfile, List<
String> ? labels, InstanceStatus? status, String? udid}) -
DeviceInstance.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the device instance.
final
- deviceArn → String?
-
The ARN of the device.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceProfile → InstanceProfile?
-
A object that contains information about the instance profile.
final
-
labels
→ List<
String> ? -
An array of strings that describe the device instance.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → InstanceStatus?
-
The status of the device instance. Valid values are listed here.
final
- udid → String?
-
Unique device identifier for the device instance.
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