ListDevicesResponse
public struct ListDevicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the devices.
Declaration
Swift
public let devices: [DeviceSummary]? -
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(devices: [DeviceSummary]? = nil, nextToken: String? = nil)
View on GitHub
ListDevicesResponse Structure Reference