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.
2071 2072 2073 |
# File 'sig/types.rbs', line 2071 def configuration_set_name @configuration_set_name end |
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def context @context end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def destination_phone_number @destination_phone_number end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def dry_run @dry_run end |
#message_feedback_enabled ⇒ Boolean
Returns the value of attribute message_feedback_enabled.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def @message_feedback_enabled end |
#notify_configuration_id ⇒ ::String
Returns the value of attribute notify_configuration_id.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def notify_configuration_id @notify_configuration_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def template_id @template_id end |
#template_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute template_variables.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def template_variables @template_variables end |
#time_to_live ⇒ ::Integer
Returns the value of attribute time_to_live.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def time_to_live @time_to_live end |
#voice_id ⇒ "AMY", ...
Returns the value of attribute voice_id.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def voice_id @voice_id end |