Class: Aws::Types::Message
- Inherits:
-
Object
- Object
- Aws::Types::Message
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_name ⇒ ::String
Returns the value of attribute input_name.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#payload ⇒ ::String
Returns the value of attribute payload.
-
#timestamp ⇒ Types::TimestampValue
Returns the value of attribute timestamp.
Instance Attribute Details
#input_name ⇒ ::String
Returns the value of attribute input_name.
304 305 306 |
# File 'sig/types.rbs', line 304 def input_name @input_name end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
303 304 305 |
# File 'sig/types.rbs', line 303 def end |
#payload ⇒ ::String
Returns the value of attribute payload.
305 306 307 |
# File 'sig/types.rbs', line 305 def payload @payload end |
#timestamp ⇒ Types::TimestampValue
Returns the value of attribute timestamp.
306 307 308 |
# File 'sig/types.rbs', line 306 def end |