Class: Aws::Types::CreateRoomMembershipRequest

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)


208
209
210
# File 'sig/types.rbs', line 208

def 
  @account_id
end

#member_id::String

Returns the value of attribute member_id.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def member_id
  @member_id
end

#role"Administrator", "Member"

Returns the value of attribute role.

Returns:



211
212
213
# File 'sig/types.rbs', line 211

def role
  @role
end

#room_id::String

Returns the value of attribute room_id.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def room_id
  @room_id
end