SearchSkillGroupsResponse

public struct SearchSkillGroupsResponse : 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 skill groups that meet the filter criteria, in sort order.

    Declaration

    Swift

    public let skillGroups: [SkillGroupData]?
  • The total number of skill groups returned.

    Declaration

    Swift

    public let totalCount: Int?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, skillGroups: [SkillGroupData]? = nil, totalCount: Int? = nil)