Class: Aws::Types::DeleteRoomRequest

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)


272
273
274
# File 'sig/types.rbs', line 272

def 
  @account_id
end

#room_id::String

Returns the value of attribute room_id.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def room_id
  @room_id
end