Class: Aws::Types::VoiceTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::VoiceTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#body ⇒ ::String
Returns the value of attribute body.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
3295 3296 3297 |
# File 'sig/types.rbs', line 3295 def arn @arn end |
#body ⇒ ::String
Returns the value of attribute body.
3296 3297 3298 |
# File 'sig/types.rbs', line 3296 def body @body end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
3297 3298 3299 |
# File 'sig/types.rbs', line 3297 def creation_date @creation_date end |
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def default_substitutions @default_substitutions end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def language_code @language_code end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def last_modified_date @last_modified_date end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def end |
#template_description ⇒ ::String
Returns the value of attribute template_description.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def template_description @template_description end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def template_name @template_name end |
#template_type ⇒ "EMAIL", ...
Returns the value of attribute template_type.
3304 3305 3306 |
# File 'sig/types.rbs', line 3304 def template_type @template_type end |
#version ⇒ ::String
Returns the value of attribute version.
3305 3306 3307 |
# File 'sig/types.rbs', line 3305 def version @version end |
#voice_id ⇒ ::String
Returns the value of attribute voice_id.
3306 3307 3308 |
# File 'sig/types.rbs', line 3306 def voice_id @voice_id end |