ListSkillsStoreSkillsByCategoryResponse
public struct ListSkillsStoreSkillsByCategoryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The tokens used for pagination.
Declaration
Swift
public let nextToken: String? -
The skill store skills.
Declaration
Swift
public let skillsStoreSkills: [SkillsStoreSkill]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, skillsStoreSkills: [SkillsStoreSkill]? = nil)
View on GitHub
ListSkillsStoreSkillsByCategoryResponse Structure Reference