Class: Aws::ChimeSDKVoice::Types::CreateSipMediaApplicationCallRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:from_phone_number, :to_phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#arguments_mapHash<String,String>

Context passed to a CreateSipMediaApplication API call. For example, you could pass key-value pairs such as: "FirstName": "John", "LastName": "Doe"

Returns:

  • (Hash<String,String>)


407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-chimesdkvoice/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]
  include Aws::Structure
end

#from_phone_numberString

The phone number that a user calls from. This is a phone number in your Amazon Chime SDK phone number inventory.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-chimesdkvoice/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]
  include Aws::Structure
end

#sip_headersHash<String,String>

The SIP headers added to an outbound call leg.

Returns:

  • (Hash<String,String>)


407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-chimesdkvoice/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]
  include Aws::Structure
end

#sip_media_application_idString

The ID of the SIP media application.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-chimesdkvoice/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]
  include Aws::Structure
end

#to_phone_numberString

The phone number that the service should call.

Returns:

  • (String)


407
408
409
410
411
412
413
414
415
# File 'gems/aws-sdk-chimesdkvoice/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]
  include Aws::Structure
end