Device
public struct Device : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time that the site was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The description of the device.
Declaration
Swift
public let description: String?
-
The Amazon Resource Name (ARN) of the device.
Declaration
Swift
public let deviceArn: String?
-
The ID of the device.
Declaration
Swift
public let deviceId: String?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String?
-
The site location.
Declaration
Swift
public let location: Location?
-
The device model.
Declaration
Swift
public let model: String?
-
The device serial number.
Declaration
Swift
public let serialNumber: String?
-
The site ID.
Declaration
Swift
public let siteId: String?
-
The device state.
Declaration
Swift
public let state: DeviceState?
-
The tags for the device.
Declaration
Swift
public let tags: [Tag]?
-
The device type.
Declaration
Swift
public let type: String?
-
The device vendor.
Declaration
Swift
public let vendor: String?
-
init(createdAt:description:deviceArn:deviceId:globalNetworkId:location:model:serialNumber:siteId:state:tags:type:vendor:)
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, description: String? = nil, deviceArn: String? = nil, deviceId: String? = nil, globalNetworkId: String? = nil, location: Location? = nil, model: String? = nil, serialNumber: String? = nil, siteId: String? = nil, state: DeviceState? = nil, tags: [Tag]? = nil, type: String? = nil, vendor: String? = nil)