Class: Aws::Types::MessageOutput
- Inherits:
-
Object
- Object
- Aws::Types::MessageOutput
- 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.
-
#value ⇒ Types::MessageData
Returns the value of attribute value.
Instance Attribute Details
#message_id ⇒ ::String
Returns the value of attribute message_id.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def @message_id end |
#participant ⇒ "CUSTOMER", ...
Returns the value of attribute participant.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def participant @participant end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def @timestamp end |
#value ⇒ Types::MessageData
Returns the value of attribute value.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def value @value end |