AdminListDevicesResponse
public struct AdminListDevicesResponse : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The devices in the list of devices response.
Declaration
Swift
public let devices: [DeviceType]? - 
                  
                  
The pagination token.
Declaration
Swift
public let paginationToken: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(devices: [DeviceType]? = nil, paginationToken: String? = nil) 
View on GitHub
        AdminListDevicesResponse Structure Reference