Class: Aws::Chime::Types::UpdateSipMediaApplicationCallRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateSipMediaApplicationCallRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
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 = [:arguments] include Aws::Structure end |
#sip_media_application_id ⇒ String
The ID of the SIP media application handling the call.
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 = [:arguments] include Aws::Structure end |
#transaction_id ⇒ String
The ID of the call transaction.
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 = [:arguments] include Aws::Structure end |