ListDevicesResponse
public struct ListDevicesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The devices returned in the list devices response.
Declaration
Swift
public let devices: [DeviceType]?
-
The pagination token for the list device response.
Declaration
Swift
public let paginationToken: String?
-
Undocumented
Declaration
Swift
public init(devices: [DeviceType]? = nil, paginationToken: String? = nil)