DeviceState class

Input properties used for looking up and filtering Device resources.

Constructors

DeviceState({Input<String?>? agentVersion, Input<String?>? arn, Input<DeviceDevice?>? device, Input<String?>? deviceFleetName, Input<String?>? region})
Creates a new DeviceState. agentVersion Optional. arn ARN assigned by AWS to this Device. device The device to register with SageMaker AI Edge Manager. See Device details below. deviceFleetName The name of the Device Fleet. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
const
DeviceState.fromMap(Map<String, dynamic> map)
factory

Properties

agentVersion → Input<String?>?
final
arn → Input<String?>?
ARN assigned by AWS to this Device.
final
device → Input<DeviceDevice?>?
The device to register with SageMaker AI Edge Manager. See Device details below.
final
deviceFleetName → Input<String?>?
The name of the Device Fleet.
final
hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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