ListDevicesResult
public struct ListDevicesResult : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  Information about the devices. DeclarationSwift public let devices: [Device]?
- 
                  
                  If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. DeclarationSwift public let nextToken: String?
- 
                  
                  Undocumented DeclarationSwift public init(devices: [Device]? = nil, nextToken: String? = nil)
 View on GitHub
View on GitHub ListDevicesResult Structure Reference
        ListDevicesResult Structure Reference