ListSkillsStoreCategoriesResponse
public struct ListSkillsStoreCategoriesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of categories.
Declaration
Swift
public let categoryList: [Category]?
-
The tokens used for pagination.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(categoryList: [Category]? = nil, nextToken: String? = nil)