Class: Aws::Types::SendDirectMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::SendDirectMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
194 195 196 |
# File 'sig/types.rbs', line 194 def @message end |
#trace_id ⇒ ::String
Returns the value of attribute trace_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def trace_id @trace_id end |