Class: Aws::Types::ChatMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


821
822
823
# File 'sig/types.rbs', line 821

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def content_type
  @content_type
end