Class: Aws::Types::SendNotifyVoiceMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_name::String

Returns the value of attribute configuration_set_name.

Returns:

  • (::String)


2039
2040
2041
# File 'sig/types.rbs', line 2039

def configuration_set_name
  @configuration_set_name
end

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

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


2038
2039
2040
# File 'sig/types.rbs', line 2038

def context
  @context
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def destination_phone_number
  @destination_phone_number
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2040
2041
2042
# File 'sig/types.rbs', line 2040

def dry_run
  @dry_run
end

#message_feedback_enabledBoolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2041
2042
2043
# File 'sig/types.rbs', line 2041

def message_feedback_enabled
  @message_feedback_enabled
end

#notify_configuration_id::String

Returns the value of attribute notify_configuration_id.

Returns:

  • (::String)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def notify_configuration_id
  @notify_configuration_id
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def template_id
  @template_id
end

#template_variables::Hash[::String, ::String]

Returns the value of attribute template_variables.

Returns:

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


2035
2036
2037
# File 'sig/types.rbs', line 2035

def template_variables
  @template_variables
end

#time_to_live::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


2037
2038
2039
# File 'sig/types.rbs', line 2037

def time_to_live
  @time_to_live
end

#voice_id"AMY", ...

Returns the value of attribute voice_id.

Returns:

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


2036
2037
2038
# File 'sig/types.rbs', line 2036

def voice_id
  @voice_id
end