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)


829
830
831
# File 'sig/types.rbs', line 829

def content
  @content
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def content_type
  @content_type
end

#type"DISCONNECT", ...

Returns the value of attribute type.

Returns:

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


827
828
829
# File 'sig/types.rbs', line 827

def type
  @type
end