Class: Aws::Types::UpdateRoomRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def 
  @account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def name
  @name
end

#room_id::String

Returns the value of attribute room_id.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def room_id
  @room_id
end