class Aws::Chime::Types::CreateSipMediaApplicationCallRequest

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

data as a hash:

    {
      from_phone_number: "E164PhoneNumber", # required
      to_phone_number: "E164PhoneNumber", # required
      sip_media_application_id: "NonEmptyString", # required
    }

@!attribute [rw] from_phone_number

The phone number that a user calls from. This is a phone number in
your Amazon Chime phone number inventory.
@return [String]

@!attribute [rw] to_phone_number

The phone number that the service should call.
@return [String]

@!attribute [rw] sip_media_application_id

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

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

Constants

SENSITIVE