Class: Aws::Types::VoiceCallEntryPointParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


9509
9510
9511
# File 'sig/types.rbs', line 9509

def destination_phone_number
  @destination_phone_number
end

#flow_id::String

Returns the value of attribute flow_id.

Returns:

  • (::String)


9510
9511
9512
# File 'sig/types.rbs', line 9510

def flow_id
  @flow_id
end

#source_phone_number::String

Returns the value of attribute source_phone_number.

Returns:

  • (::String)


9508
9509
9510
# File 'sig/types.rbs', line 9508

def source_phone_number
  @source_phone_number
end