CreateSkillGroupResponse

public struct CreateSkillGroupResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the newly created skill group in the response.

    Declaration

    Swift

    public let skillGroupArn: String?
  • Undocumented

    Declaration

    Swift

    public init(skillGroupArn: String? = nil)