Class: Aws::Chime::Types::CreateSipMediaApplicationCallRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateSipMediaApplicationCallRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:from_phone_number, :to_phone_number, :sip_headers]
Instance Attribute Summary collapse
-
#from_phone_number ⇒ String
The phone number that a user calls from.
-
#sip_headers ⇒ Hash<String,String>
The SIP headers added to an outbound call leg.
-
#sip_media_application_id ⇒ String
The ID of the SIP media application.
-
#to_phone_number ⇒ String
The phone number that the service should call.
Instance Attribute Details
#from_phone_number ⇒ String
The phone number that a user calls from. This is a phone number in your Amazon Chime phone number inventory.
2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-chime/types.rb', line 2425 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers] include Aws::Structure end |
#sip_headers ⇒ Hash<String,String>
The SIP headers added to an outbound call leg.
2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-chime/types.rb', line 2425 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers] include Aws::Structure end |
#sip_media_application_id ⇒ String
The ID of the SIP media application.
2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-chime/types.rb', line 2425 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers] include Aws::Structure end |
#to_phone_number ⇒ String
The phone number that the service should call.
2425 2426 2427 2428 2429 2430 2431 2432 |
# File 'lib/aws-sdk-chime/types.rb', line 2425 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers] include Aws::Structure end |