You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::CreateSipMediaApplicationCallRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateSipMediaApplicationCallRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#from_phone_numberString

The phone number that a user calls from.

Returns:

  • (String)

    The phone number that a user calls from.

#sip_media_application_idString

The ID of the SIP media application.

Returns:

  • (String)

    The ID of the SIP media application.

#to_phone_numberString

The phone number that the user dials in order to connect to a meeting

Returns:

  • (String)

    The phone number that the user dials in order to connect to a meeting.