Class: Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationCallRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationCallRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:from_phone_number, :to_phone_number, :sip_headers, :arguments_map]
Instance Attribute Summary collapse
-
#arguments_map ⇒ Hash<String,String>
Context passed to a CreateSipMediaApplication API call.
-
#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
#arguments_map ⇒ Hash<String,String>
Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such as: ‘“FirstName”: “John”, “LastName”: “Doe”`
407 408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 407 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers, :arguments_map) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers, :arguments_map] include Aws::Structure end |
#from_phone_number ⇒ String
The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number inventory.
407 408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 407 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers, :arguments_map) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers, :arguments_map] include Aws::Structure end |
#sip_headers ⇒ Hash<String,String>
The SIP headers added to an outbound call leg.
407 408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 407 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers, :arguments_map) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers, :arguments_map] include Aws::Structure end |
#sip_media_application_id ⇒ String
The ID of the SIP media application.
407 408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 407 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers, :arguments_map) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers, :arguments_map] include Aws::Structure end |
#to_phone_number ⇒ String
The phone number that the service should call.
407 408 409 410 411 412 413 414 415 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 407 class CreateSipMediaApplicationCallRequest < Struct.new( :from_phone_number, :to_phone_number, :sip_media_application_id, :sip_headers, :arguments_map) SENSITIVE = [:from_phone_number, :to_phone_number, :sip_headers, :arguments_map] include Aws::Structure end |