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
- Struct
- Aws::Chime::Types::CreateSipMediaApplicationCallRequest
 
- 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
- 
  
    
      #from_phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The phone number that a user calls from. 
- 
  
    
      #sip_media_application_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the SIP media application. 
- 
  
    
      #to_phone_number  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The phone number that the user dials in order to connect to a meeting. 
Instance Attribute Details
#from_phone_number ⇒ String
The phone number that a user calls from.
#sip_media_application_id ⇒ String
The ID of the SIP media application.
#to_phone_number ⇒ String
The phone number that the user dials in order to connect to a meeting