Class: Aws::Types::MessageOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


1934
1935
1936
# File 'sig/types.rbs', line 1934

def message_id
  @message_id
end

#participant"CUSTOMER", ...

Returns the value of attribute participant.

Returns:

  • ("CUSTOMER", "AGENT", "BOT")


1935
1936
1937
# File 'sig/types.rbs', line 1935

def participant
  @participant
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def timestamp
  @timestamp
end

#valueTypes::MessageData

Returns the value of attribute value.

Returns:



1933
1934
1935
# File 'sig/types.rbs', line 1933

def value
  @value
end