Class: Aws::Types::DeleteMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def id
  @id
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


95
96
97
# File 'sig/types.rbs', line 95

def reason
  @reason
end

#room_identifier::String

Returns the value of attribute room_identifier.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def room_identifier
  @room_identifier
end