Class: Aws::ChimeSDKVoice::Types::UpdateSipMediaApplicationCallRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#argumentsHash<String,String>

Arguments made available to the Lambda function as part of the CALL_UPDATE_REQUESTED event. Can contain 0-20 key-value pairs.

Returns:

  • (Hash<String,String>)


3603
3604
3605
3606
3607
3608
3609
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3603

class UpdateSipMediaApplicationCallRequest < Struct.new(
  :sip_media_application_id,
  :transaction_id,
  :arguments)
  SENSITIVE = []
  include Aws::Structure
end

#sip_media_application_idString

The ID of the SIP media application handling the call.

Returns:

  • (String)


3603
3604
3605
3606
3607
3608
3609
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3603

class UpdateSipMediaApplicationCallRequest < Struct.new(
  :sip_media_application_id,
  :transaction_id,
  :arguments)
  SENSITIVE = []
  include Aws::Structure
end

#transaction_idString

The ID of the call transaction.

Returns:

  • (String)


3603
3604
3605
3606
3607
3608
3609
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3603

class UpdateSipMediaApplicationCallRequest < Struct.new(
  :sip_media_application_id,
  :transaction_id,
  :arguments)
  SENSITIVE = []
  include Aws::Structure
end