ListDevicesResponse
public struct ListDevicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of devices.
Declaration
Swift
public let devices: [DeviceDescription]?
-
The token to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(devices: [DeviceDescription]? = nil, nextToken: String? = nil)