Class: Aws::Types::GetVoiceTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetVoiceTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#template_name ⇒ ::String
Returns the value of attribute template_name.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def template_name @template_name end |
#version ⇒ ::String
Returns the value of attribute version.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def version @version end |