Class: Aws::Types::SpanMessage

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)


2913
2914
2915
# File 'sig/types.rbs', line 2913

def message_id
  @message_id
end

#participant"CUSTOMER", ...

Returns the value of attribute participant.

Returns:

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


2914
2915
2916
# File 'sig/types.rbs', line 2914

def participant
  @participant
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


2915
2916
2917
# File 'sig/types.rbs', line 2915

def timestamp
  @timestamp
end

#values::Array[Types::SpanMessageValue]

Returns the value of attribute values.

Returns:



2916
2917
2918
# File 'sig/types.rbs', line 2916

def values
  @values
end