Class: Aws::Types::VoiceMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


3276
3277
3278
# File 'sig/types.rbs', line 3276

def body
  @body
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


3277
3278
3279
# File 'sig/types.rbs', line 3277

def language_code
  @language_code
end

#origination_number::String

Returns the value of attribute origination_number.

Returns:

  • (::String)


3278
3279
3280
# File 'sig/types.rbs', line 3278

def origination_number
  @origination_number
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:

  • (::Hash[::String, ::Array[::String]])


3279
3280
3281
# File 'sig/types.rbs', line 3279

def substitutions
  @substitutions
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


3280
3281
3282
# File 'sig/types.rbs', line 3280

def voice_id
  @voice_id
end