class Aws::Chime::Types::UpdateSipMediaApplicationCallRequest

@note When making an API call, you may pass UpdateSipMediaApplicationCallRequest

data as a hash:

    {
      sip_media_application_id: "NonEmptyString", # required
      transaction_id: "NonEmptyString", # required
      arguments: { # required
        "SensitiveString" => "SensitiveString",
      },
    }

@!attribute [rw] sip_media_application_id

The ID of the SIP media application handling the call.
@return [String]

@!attribute [rw] transaction_id

The ID of the call transaction.
@return [String]

@!attribute [rw] arguments

Arguments made available to the Lambda function as part of the
`CALL_UPDATE_REQUESTED` event. Can contain 0-20 key-value pairs.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/UpdateSipMediaApplicationCallRequest AWS API Documentation

Constants

SENSITIVE