Class: Aws::Types::UpdateCampaignOutboundCallConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCampaignOutboundCallConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Returns the value of attribute answer_machine_detection_config.
-
#connect_contact_flow_id ⇒ ::String
Returns the value of attribute connect_contact_flow_id.
-
#connect_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Returns the value of attribute answer_machine_detection_config.
368 369 370 |
# File 'sig/types.rbs', line 368 def answer_machine_detection_config @answer_machine_detection_config end |
#connect_contact_flow_id ⇒ ::String
Returns the value of attribute connect_contact_flow_id.
366 367 368 |
# File 'sig/types.rbs', line 366 def connect_contact_flow_id @connect_contact_flow_id end |
#connect_source_phone_number ⇒ ::String
Returns the value of attribute connect_source_phone_number.
367 368 369 |
# File 'sig/types.rbs', line 367 def connect_source_phone_number @connect_source_phone_number end |
#id ⇒ ::String
Returns the value of attribute id.
365 366 367 |
# File 'sig/types.rbs', line 365 def id @id end |