UpdateRoomMembershipRequest
public struct UpdateRoomMembershipRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime account ID.
Declaration
Swift
public let accountId: String
-
The member ID.
Declaration
Swift
public let memberId: String
-
The role of the member.
Declaration
Swift
public let role: RoomMembershipRole?
-
The room ID.
Declaration
Swift
public let roomId: String
-
Undocumented
Declaration
Swift
public init(accountId: String, memberId: String, role: RoomMembershipRole? = nil, roomId: String)
-
Declaration
Swift
public func validate(name: String) throws