CreateSkillGroupRequest

public struct CreateSkillGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, user-specified identifier for this request that ensures idempotency.

    Declaration

    Swift

    public let clientRequestToken: String?
  • The description for the skill group.

    Declaration

    Swift

    public let description: String?
  • The name for the skill group.

    Declaration

    Swift

    public let skillGroupName: String
  • The tags for the skill group.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(clientRequestToken: String? = CreateSkillGroupRequest.idempotencyToken(), description: String? = nil, skillGroupName: String, tags: [Tag]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws