Class: Aws::Types::RedactRoomMessageRequest

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:



690
691
692
# File 'sig/types.rbs', line 690

def 
  @account_id
end

#message_id::String

Returns the value of attribute message_id.

Returns:



692
693
694
# File 'sig/types.rbs', line 692

def message_id
  @message_id
end

#room_id::String

Returns the value of attribute room_id.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def room_id
  @room_id
end