ListSkillsResponse
public struct ListSkillsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token returned to indicate that there is more data available.
Declaration
Swift
public let nextToken: String?
-
The list of enabled skills requested. Required.
Declaration
Swift
public let skillSummaries: [SkillSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, skillSummaries: [SkillSummary]? = nil)