Class: Aws::ChimeSDKVoice::Types::UpdateSipMediaApplicationCallRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateSipMediaApplicationCallRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:arguments]
Instance Attribute Summary collapse
-
#arguments ⇒ Hash<String,String>
Arguments made available to the Lambda function as part of the ‘CALL_UPDATE_REQUESTED` event.
-
#sip_media_application_id ⇒ String
The ID of the SIP media application handling the call.
-
#transaction_id ⇒ String
The ID of the call transaction.
Instance Attribute Details
#arguments ⇒ Hash<String,String>
Arguments made available to the Lambda function as part of the ‘CALL_UPDATE_REQUESTED` event. Can contain 0-20 key-value pairs.
3603 3604 3605 3606 3607 3608 3609 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3603 class UpdateSipMediaApplicationCallRequest < Struct.new( :sip_media_application_id, :transaction_id, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |
#sip_media_application_id ⇒ String
The ID of the SIP media application handling the call.
3603 3604 3605 3606 3607 3608 3609 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3603 class UpdateSipMediaApplicationCallRequest < Struct.new( :sip_media_application_id, :transaction_id, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |
#transaction_id ⇒ String
The ID of the call transaction.
3603 3604 3605 3606 3607 3608 3609 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3603 class UpdateSipMediaApplicationCallRequest < Struct.new( :sip_media_application_id, :transaction_id, :arguments) SENSITIVE = [:arguments] include Aws::Structure end |