Class: Aws::Types::TelephonyChannelSubtypeParameters

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:destination_phone_number, :attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_machine_detection_configTypes::AnswerMachineDetectionConfig

Returns the value of attribute answer_machine_detection_config.



772
773
774
# File 'sig/types.rbs', line 772

def answer_machine_detection_config
  @answer_machine_detection_config
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

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


770
771
772
# File 'sig/types.rbs', line 770

def attributes
  @attributes
end

#connect_source_phone_number::String

Returns the value of attribute connect_source_phone_number.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def connect_source_phone_number
  @connect_source_phone_number
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def destination_phone_number
  @destination_phone_number
end

#ring_timeout::Integer

Returns the value of attribute ring_timeout.

Returns:

  • (::Integer)


773
774
775
# File 'sig/types.rbs', line 773

def ring_timeout
  @ring_timeout
end