DisassociateSkillGroupFromRoomRequest

public struct DisassociateSkillGroupFromRoomRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the room from which the skill group is to be disassociated. Required.

    Declaration

    Swift

    public let roomArn: String?
  • The ARN of the skill group to disassociate from 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