GetSkillGroupRequest
public struct GetSkillGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the skill group for which to get details. Required.
Declaration
Swift
public let skillGroupArn: String?
-
Undocumented
Declaration
Swift
public init(skillGroupArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws