Class: Aws::Types::SendNotifyVoiceMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendNotifyVoiceMessageRequest
- 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.
-
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
-
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#template_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_variables.
-
#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.
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.
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.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def dry_run @dry_run end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def @message_feedback_enabled end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
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.
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.
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.
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.
2036 2037 2038 |
# File 'sig/types.rbs', line 2036 def voice_id @voice_id end |