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>)

8520
8521
8522
8523
8524
8525
8526
# File 'lib/aws-sdk-chime/types.rb', line 8520

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)

8520
8521
8522
8523
8524
8525
8526
# File 'lib/aws-sdk-chime/types.rb', line 8520

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)

8520
8521
8522
8523
8524
8525
8526
# File 'lib/aws-sdk-chime/types.rb', line 8520

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