ListDeviceEventsResponse
public struct ListDeviceEventsResponse : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
Undocumented
Declaration
Swift
public let events: [DeviceEvent]? - 
                  
                  
Undocumented
Declaration
Swift
public let nextToken: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(events: [DeviceEvent]? = nil, nextToken: String? = nil) 
View on GitHub
        ListDeviceEventsResponse Structure Reference