ListDeviceEventsResponse
public struct ListDeviceEventsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The device events requested for the device ARN.
Declaration
Swift
public let deviceEvents: [DeviceEvent]? -
The token returned to indicate that there is more data available.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(deviceEvents: [DeviceEvent]? = nil, nextToken: String? = nil)
View on GitHub
ListDeviceEventsResponse Structure Reference