Class: Aws::Types::SendDirectMessageResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


194
195
196
# File 'sig/types.rbs', line 194

def message
  @message
end

#trace_id::String

Returns the value of attribute trace_id.

Returns:

  • (::String)


195
196
197
# File 'sig/types.rbs', line 195

def trace_id
  @trace_id
end