AssociateSkillWithUsersRequest

public struct AssociateSkillWithUsersRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The private skill ID you want to make available to enrolled users.

    Declaration

    Swift

    public let skillId: String
  • Undocumented

    Declaration

    Swift

    public init(skillId: String)
  • Declaration

    Swift

    public func validate(name: String) throws