Class: Aws::Chime::Types::CreateSipMediaApplicationCallRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:from_phone_number, :to_phone_number]

Instance Attribute Summary collapse

Instance Attribute Details

#from_phone_numberString

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

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-chime/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]
  include Aws::Structure
end

#sip_headersHash<String,String>

The SIP headers added to an outbound call leg.

Returns:

  • (Hash<String,String>)


2425
2426
2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-chime/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]
  include Aws::Structure
end

#sip_media_application_idString

The ID of the SIP media application.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-chime/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]
  include Aws::Structure
end

#to_phone_numberString

The phone number that the service should call.

Returns:

  • (String)


2425
2426
2427
2428
2429
2430
2431
2432
# File 'gems/aws-sdk-chime/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]
  include Aws::Structure
end