GetDevicesResponse
public struct GetDevicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The devices.
Declaration
Swift
public let devices: [Device]?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(devices: [Device]? = nil, nextToken: String? = nil)