class Aws::Chime::Types::CreateRoomMembershipRequest
@note When making an API call, you may pass CreateRoomMembershipRequest
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 Amazon Chime member ID (user ID or bot ID). @return [String]
@!attribute [rw] role
The role of the member. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateRoomMembershipRequest AWS API Documentation
Constants
- SENSITIVE