Class: Aws::Types::SendVoiceMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendVoiceMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#max_price_per_minute ⇒ ::String
Returns the value of attribute max_price_per_minute.
-
#message_body ⇒ ::String
Returns the value of attribute message_body.
-
#message_body_text_type ⇒ "TEXT", "SSML"
Returns the value of attribute message_body_text_type.
-
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
-
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
-
#protect_configuration_id ⇒ ::String
Returns the value of attribute protect_configuration_id.
-
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
-
#voice_id ⇒ "AMY", ...
Returns the value of attribute voice_id.
Instance Attribute Details
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
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.
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.
2096 2097 2098 |
# File 'sig/types.rbs', line 2096 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
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.
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.
2098 2099 2100 |
# File 'sig/types.rbs', line 2098 def @message_body end |
#message_body_text_type ⇒ "TEXT", "SSML"
Returns the value of attribute message_body_text_type.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def @message_body_text_type end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def @message_feedback_enabled end |
#origination_identity ⇒ ::String
Returns the value of attribute origination_identity.
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.
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.
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.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def voice_id @voice_id end |