Class: Aws::Types::SendNotifyVoiceMessageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message_id ⇒ ::String

Returns the value of attribute message_id.

Returns:

  • (::String)


2078
2079
2080
# File 'sig/types.rbs', line 2078

def message_id
  @message_id
end

#resolved_message_body ⇒ ::String

Returns the value of attribute resolved_message_body.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def resolved_message_body
  @resolved_message_body
end

#template_id ⇒ ::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2079
2080
2081
# File 'sig/types.rbs', line 2079

def template_id
  @template_id
end