Class: Aws::Types::CreateSipMediaApplicationCallRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSipMediaApplicationCallRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arguments_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments_map.
-
#from_phone_number ⇒ ::String
Returns the value of attribute from_phone_number.
-
#sip_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute sip_headers.
-
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
-
#to_phone_number ⇒ ::String
Returns the value of attribute to_phone_number.
Instance Attribute Details
#arguments_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute arguments_map.
130 131 132 |
# File 'sig/types.rbs', line 130 def arguments_map @arguments_map end |
#from_phone_number ⇒ ::String
Returns the value of attribute from_phone_number.
126 127 128 |
# File 'sig/types.rbs', line 126 def from_phone_number @from_phone_number end |
#sip_headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute sip_headers.
129 130 131 |
# File 'sig/types.rbs', line 129 def sip_headers @sip_headers end |
#sip_media_application_id ⇒ ::String
Returns the value of attribute sip_media_application_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def sip_media_application_id @sip_media_application_id end |
#to_phone_number ⇒ ::String
Returns the value of attribute to_phone_number.
127 128 129 |
# File 'sig/types.rbs', line 127 def to_phone_number @to_phone_number end |