Class: Aws::Types::VoiceTemplateRequest

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)


3285
3286
3287
# File 'sig/types.rbs', line 3285

def body
  @body
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:

  • (::String)


3286
3287
3288
# File 'sig/types.rbs', line 3286

def default_substitutions
  @default_substitutions
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


3287
3288
3289
# File 'sig/types.rbs', line 3287

def language_code
  @language_code
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


3288
3289
3290
# File 'sig/types.rbs', line 3288

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


3289
3290
3291
# File 'sig/types.rbs', line 3289

def template_description
  @template_description
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


3290
3291
3292
# File 'sig/types.rbs', line 3290

def voice_id
  @voice_id
end