Class: Aws::Types::SpanMessage
- Inherits:
-
Object
- Object
- Aws::Types::SpanMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#participant ⇒ "CUSTOMER", ...
Returns the value of attribute participant.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#values ⇒ ::Array[Types::SpanMessageValue]
Returns the value of attribute values.
Instance Attribute Details
#message_id ⇒ ::String
Returns the value of attribute message_id.
2913 2914 2915 |
# File 'sig/types.rbs', line 2913 def end |
#participant ⇒ "CUSTOMER", ...
Returns the value of attribute participant.
2914 2915 2916 |
# File 'sig/types.rbs', line 2914 def participant @participant end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2915 2916 2917 |
# File 'sig/types.rbs', line 2915 def end |
#values ⇒ ::Array[Types::SpanMessageValue]
Returns the value of attribute values.
2916 2917 2918 |
# File 'sig/types.rbs', line 2916 def values @values end |