Class: Aws::Types::NotifyTemplateInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Array[("SMS" | "VOICE" | "MMS" | "RCS")]

Returns the value of attribute channels.

Returns:

  • (::Array[("SMS" | "VOICE" | "MMS" | "RCS")])


1275
1276
1277
# File 'sig/types.rbs', line 1275

def channels
  @channels
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def content
  @content
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def created_timestamp
  @created_timestamp
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def language_code
  @language_code
end

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "INACTIVE")


1277
1278
1279
# File 'sig/types.rbs', line 1277

def status
  @status
end

#supported_countries::Array[::String]

Returns the value of attribute supported_countries.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::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")])


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.

Returns:

  • (::String)


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.

Returns:

  • ("OTP_VERIFICATION")


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.

Returns:

  • (::Array[("BASIC" | "ADVANCED")])


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.

Returns:



1281
1282
1283
# File 'sig/types.rbs', line 1281

def variables
  @variables
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def version
  @version
end