Class: Aws::Types::ChatEvent

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)


815
816
817
# File 'sig/types.rbs', line 815

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def content_type
  @content_type
end

#type"DISCONNECT", ...

Returns the value of attribute type.

Returns:

  • ("DISCONNECT", "MESSAGE", "EVENT")


813
814
815
# File 'sig/types.rbs', line 813

def type
  @type
end