Class: Aws::Types::NotifyTemplateInformation
- Inherits:
-
Object
- Object
- Aws::Types::NotifyTemplateInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute channels.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#supported_countries ⇒ ::Array[::String]
Returns the value of attribute supported_countries.
-
#supported_voice_ids ⇒ ::Array[("AMY" | "ASTRID" | "BIANCA" | "BRIAN" | "CAMILA" | "CARLA" | "CARMEN" | "CELINE" | "CHANTAL" | "CONCHITA" | "CRISTIANO" | "DORA" | "EMMA" | "ENRIQUE" | "EWA" | "FILIZ" | "GERAINT" | "GIORGIO" | "GWYNETH" | "HANS" | "INES" | "IVY" | "JACEK" | "JAN" | "JOANNA" | "JOEY" | "JUSTIN" | "KARL" | "KENDRA" | "KIMBERLY" | "LEA" | "LIV" | "LOTTE" | "LUCIA" | "LUPE" | "MADS" | "MAJA" | "MARLENE" | "MATHIEU" | "MATTHEW" | "MAXIM" | "MIA" | "MIGUEL" | "MIZUKI" | "NAJA" | "NICOLE" | "PENELOPE" | "RAVEENA" | "RICARDO" | "RUBEN" | "RUSSELL" | "SALLI" | "SEOYEON" | "TAKUMI" | "TATYANA" | "VICKI" | "VITORIA" | "ZEINA" | "ZHIYU")]
Returns the value of attribute supported_voice_ids.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#template_type ⇒ "OTP_VERIFICATION"
Returns the value of attribute template_type.
-
#tier_access ⇒ ::Array[("BASIC" | "ADVANCED")]
Returns the value of attribute tier_access.
-
#variables ⇒ ::Hash[::String, Types::TemplateVariableMetadata]
Returns the value of attribute variables.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#channels ⇒ ::Array[("SMS" | "VOICE" | "MMS" | "RCS")]
Returns the value of attribute channels.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def channels @channels end |
#content ⇒ ::String
Returns the value of attribute content.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def content @content end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def @created_timestamp end |
#language_code ⇒ ::String
Returns the value of attribute language_code.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def language_code @language_code end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def status @status end |
#supported_countries ⇒ ::Array[::String]
Returns the value of attribute supported_countries.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def supported_countries @supported_countries end |
#supported_voice_ids ⇒ ::Array[("AMY" | "ASTRID" | "BIANCA" | "BRIAN" | "CAMILA" | "CARLA" | "CARMEN" | "CELINE" | "CHANTAL" | "CONCHITA" | "CRISTIANO" | "DORA" | "EMMA" | "ENRIQUE" | "EWA" | "FILIZ" | "GERAINT" | "GIORGIO" | "GWYNETH" | "HANS" | "INES" | "IVY" | "JACEK" | "JAN" | "JOANNA" | "JOEY" | "JUSTIN" | "KARL" | "KENDRA" | "KIMBERLY" | "LEA" | "LIV" | "LOTTE" | "LUCIA" | "LUPE" | "MADS" | "MAJA" | "MARLENE" | "MATHIEU" | "MATTHEW" | "MAXIM" | "MIA" | "MIGUEL" | "MIZUKI" | "NAJA" | "NICOLE" | "PENELOPE" | "RAVEENA" | "RICARDO" | "RUBEN" | "RUSSELL" | "SALLI" | "SEOYEON" | "TAKUMI" | "TATYANA" | "VICKI" | "VITORIA" | "ZEINA" | "ZHIYU")]
Returns the value of attribute supported_voice_ids.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def supported_voice_ids @supported_voice_ids end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
1272 1273 1274 |
# File 'sig/types.rbs', line 1272 def template_id @template_id end |
#template_type ⇒ "OTP_VERIFICATION"
Returns the value of attribute template_type.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def template_type @template_type end |
#tier_access ⇒ ::Array[("BASIC" | "ADVANCED")]
Returns the value of attribute tier_access.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def tier_access @tier_access end |
#variables ⇒ ::Hash[::String, Types::TemplateVariableMetadata]
Returns the value of attribute variables.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def variables @variables end |
#version ⇒ ::Integer
Returns the value of attribute version.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def version @version end |