Class: Aws::Types::GetVoiceTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def template_name
  @template_name
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


1900
1901
1902
# File 'sig/types.rbs', line 1900

def version
  @version
end