Class: Aws::Types::VoiceTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3295
3296
3297
# File 'sig/types.rbs', line 3295

def arn
  @arn
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


3296
3297
3298
# File 'sig/types.rbs', line 3296

def body
  @body
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


3301
3302
3303
# File 'sig/types.rbs', line 3301

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("EMAIL", "SMS", "VOICE", "PUSH", "INAPP")


3304
3305
3306
# File 'sig/types.rbs', line 3304

def template_type
  @template_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


3305
3306
3307
# File 'sig/types.rbs', line 3305

def version
  @version
end

#voice_id::String

Returns the value of attribute voice_id.

Returns:

  • (::String)


3306
3307
3308
# File 'sig/types.rbs', line 3306

def voice_id
  @voice_id
end