Class: Aws::Types::BatchCreateRoomMembershipRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def 
  @account_id
end

#membership_item_list::Array[Types::MembershipItem]

Returns the value of attribute membership_item_list.

Returns:



70
71
72
# File 'sig/types.rbs', line 70

def membership_item_list
  @membership_item_list
end

#room_id::String

Returns the value of attribute room_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def room_id
  @room_id
end