Class: Aws::Types::SendVoiceMessageRequest

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)


2101
2102
2103
# File 'sig/types.rbs', line 2101

def configuration_set_name
  @configuration_set_name
end

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

Returns the value of attribute context.

Returns:

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


2104
2105
2106
# File 'sig/types.rbs', line 2104

def context
  @context
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


2096
2097
2098
# File 'sig/types.rbs', line 2096

def destination_phone_number
  @destination_phone_number
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2105
2106
2107
# File 'sig/types.rbs', line 2105

def dry_run
  @dry_run
end

#max_price_per_minute::String

Returns the value of attribute max_price_per_minute.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def max_price_per_minute
  @max_price_per_minute
end

#message_body::String

Returns the value of attribute message_body.

Returns:

  • (::String)


2098
2099
2100
# File 'sig/types.rbs', line 2098

def message_body
  @message_body
end

#message_body_text_type"TEXT", "SSML"

Returns the value of attribute message_body_text_type.

Returns:

  • ("TEXT", "SSML")


2099
2100
2101
# File 'sig/types.rbs', line 2099

def message_body_text_type
  @message_body_text_type
end

#message_feedback_enabledBoolean

Returns the value of attribute message_feedback_enabled.

Returns:

  • (Boolean)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def message_feedback_enabled
  @message_feedback_enabled
end

#origination_identity::String

Returns the value of attribute origination_identity.

Returns:

  • (::String)


2097
2098
2099
# File 'sig/types.rbs', line 2097

def origination_identity
  @origination_identity
end

#protect_configuration_id::String

Returns the value of attribute protect_configuration_id.

Returns:

  • (::String)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def protect_configuration_id
  @protect_configuration_id
end

#time_to_live::Integer

Returns the value of attribute time_to_live.

Returns:

  • (::Integer)


2103
2104
2105
# File 'sig/types.rbs', line 2103

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


2100
2101
2102
# File 'sig/types.rbs', line 2100

def voice_id
  @voice_id
end