Class: Aws::Types::DeleteRoomMembershipRequest

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)


265
266
267
# File 'sig/types.rbs', line 265

def 
  @account_id
end

#member_id::String

Returns the value of attribute member_id.

Returns:

  • (::String)


267
268
269
# File 'sig/types.rbs', line 267

def member_id
  @member_id
end

#room_id::String

Returns the value of attribute room_id.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def room_id
  @room_id
end