ListDevicesRequest
public struct ListDevicesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let deviceType: String?
-
Undocumented
Declaration
Swift
public let maxResults: Int?
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(deviceType: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws