Class: Aws::Types::CreateSipMediaApplicationCallRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:from_phone_number, :to_phone_number])

Instance Attribute Summary collapse

Instance Attribute Details

#arguments_map::Hash[::String, ::String]

Returns the value of attribute arguments_map.

Returns:

  • (::Hash[::String, ::String])


130
131
132
# File 'sig/types.rbs', line 130

def arguments_map
  @arguments_map
end

#from_phone_number::String

Returns the value of attribute from_phone_number.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def from_phone_number
  @from_phone_number
end

#sip_headers::Hash[::String, ::String]

Returns the value of attribute sip_headers.

Returns:

  • (::Hash[::String, ::String])


129
130
131
# File 'sig/types.rbs', line 129

def sip_headers
  @sip_headers
end

#sip_media_application_id::String

Returns the value of attribute sip_media_application_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def sip_media_application_id
  @sip_media_application_id
end

#to_phone_number::String

Returns the value of attribute to_phone_number.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def to_phone_number
  @to_phone_number
end