UpdateSkillGroupRequest
public struct UpdateSkillGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The updated description for the skill group.
Declaration
Swift
public let description: String?
-
The ARN of the skill group to update.
Declaration
Swift
public let skillGroupArn: String?
-
The updated name for the skill group.
Declaration
Swift
public let skillGroupName: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, skillGroupArn: String? = nil, skillGroupName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws