You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::BatchCreateRoomMembershipRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchCreateRoomMembershipRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)

    The Amazon Chime account ID.

#membership_item_listArray<Types::MembershipItem>

The list of membership items.

Returns:

#room_idString

The room ID.

Returns:

  • (String)

    The room ID.