AssociateSkillGroupWithRoomRequest
public struct AssociateSkillGroupWithRoomRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the room with which to associate the skill group. Required.
Declaration
Swift
public let roomArn: String?
-
The ARN of the skill group to associate with a room. Required.
Declaration
Swift
public let skillGroupArn: String?
-
Undocumented
Declaration
Swift
public init(roomArn: String? = nil, skillGroupArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws