class Aws::Chime::Types::UpdateRoomMembershipRequest

@note When making an API call, you may pass UpdateRoomMembershipRequest

data as a hash:

    {
      account_id: "NonEmptyString", # required
      room_id: "NonEmptyString", # required
      member_id: "NonEmptyString", # required
      role: "Administrator", # accepts Administrator, Member
    }

@!attribute [rw] account_id

The Amazon Chime account ID.
@return [String]

@!attribute [rw] room_id

The room ID.
@return [String]

@!attribute [rw] member_id

The member ID.
@return [String]

@!attribute [rw] role

The role of the member.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateRoomMembershipRequest AWS API Documentation

Constants

SENSITIVE