Class: Aws::Types::Room

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)


746
747
748
# File 'sig/types.rbs', line 746

def 
  @account_id
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def created_by
  @created_by
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


748
749
750
# File 'sig/types.rbs', line 748

def created_timestamp
  @created_timestamp
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def name
  @name
end

#room_id::String

Returns the value of attribute room_id.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def room_id
  @room_id
end

#updated_timestamp::Time

Returns the value of attribute updated_timestamp.

Returns:

  • (::Time)


749
750
751
# File 'sig/types.rbs', line 749

def updated_timestamp
  @updated_timestamp
end