ListDevicesRequest
public struct ListDevicesRequest : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
The access tokens for the request to list devices.
Declaration
Swift
public let accessToken: String - 
                  
                  
The limit of the device request.
Declaration
Swift
public let limit: Int? - 
                  
                  
The pagination token for the list request.
Declaration
Swift
public let paginationToken: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(accessToken: String, limit: Int? = nil, paginationToken: String? = nil) - 
                  
                  
Declaration
Swift
public func validate(name: String) throws 
View on GitHub
        ListDevicesRequest Structure Reference