Class: Aws::Types::SendVoiceMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendVoiceMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#caller_id ⇒ ::String
Returns the value of attribute caller_id.
-
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
-
#content ⇒ Types::VoiceMessageContent
Returns the value of attribute content.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#origination_phone_number ⇒ ::String
Returns the value of attribute origination_phone_number.
Instance Attribute Details
#caller_id ⇒ ::String
Returns the value of attribute caller_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def caller_id @caller_id end |
#configuration_set_name ⇒ ::String
Returns the value of attribute configuration_set_name.
145 146 147 |
# File 'sig/types.rbs', line 145 def configuration_set_name @configuration_set_name end |
#content ⇒ Types::VoiceMessageContent
Returns the value of attribute content.
146 147 148 |
# File 'sig/types.rbs', line 146 def content @content end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
147 148 149 |
# File 'sig/types.rbs', line 147 def destination_phone_number @destination_phone_number end |
#origination_phone_number ⇒ ::String
Returns the value of attribute origination_phone_number.
148 149 150 |
# File 'sig/types.rbs', line 148 def origination_phone_number @origination_phone_number end |