Class: Aws::Types::VoiceCallEntryPointParameters
- Inherits:
-
Object
- Object
- Aws::Types::VoiceCallEntryPointParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#source_phone_number ⇒ ::String
Returns the value of attribute source_phone_number.
Instance Attribute Details
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
9660 9661 9662 |
# File 'sig/types.rbs', line 9660 def destination_phone_number @destination_phone_number end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
9661 9662 9663 |
# File 'sig/types.rbs', line 9661 def flow_id @flow_id end |
#source_phone_number ⇒ ::String
Returns the value of attribute source_phone_number.
9659 9660 9661 |
# File 'sig/types.rbs', line 9659 def source_phone_number @source_phone_number end |