Class: Aws::Chime::Types::UpdateSipMediaApplicationCallRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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>)


8686
8687
8688
8689
8690
8691
8692
# File 'lib/aws-sdk-chime/types.rb', line 8686

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)


8686
8687
8688
8689
8690
8691
8692
# File 'lib/aws-sdk-chime/types.rb', line 8686

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)


8686
8687
8688
8689
8690
8691
8692
# File 'lib/aws-sdk-chime/types.rb', line 8686

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