Class: Aws::Types::StartOutboundVoiceContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartOutboundVoiceContactRequest
- 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.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
-
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
-
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
-
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
-
#ring_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute ring_timeout_in_seconds.
-
#source_phone_number ⇒ ::String
Returns the value of attribute source_phone_number.
-
#traffic_type ⇒ "GENERAL", "CAMPAIGN"
Returns the value of attribute traffic_type.
Instance Attribute Details
#answer_machine_detection_config ⇒ Types::AnswerMachineDetectionConfig
Returns the value of attribute answer_machine_detection_config.
7784 7785 7786 |
# File 'sig/types.rbs', line 7784 def answer_machine_detection_config @answer_machine_detection_config end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
7783 7784 7785 |
# File 'sig/types.rbs', line 7783 def attributes @attributes end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
7785 7786 7787 |
# File 'sig/types.rbs', line 7785 def campaign_id @campaign_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7780 7781 7782 |
# File 'sig/types.rbs', line 7780 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
7778 7779 7780 |
# File 'sig/types.rbs', line 7778 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
7774 7775 7776 |
# File 'sig/types.rbs', line 7774 def description @description end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
7777 7778 7779 |
# File 'sig/types.rbs', line 7777 def destination_phone_number @destination_phone_number end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7779 7780 7781 |
# File 'sig/types.rbs', line 7779 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
7773 7774 7775 |
# File 'sig/types.rbs', line 7773 def name @name end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
7787 7788 7789 |
# File 'sig/types.rbs', line 7787 def outbound_strategy @outbound_strategy end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
7782 7783 7784 |
# File 'sig/types.rbs', line 7782 def queue_id @queue_id end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
7775 7776 7777 |
# File 'sig/types.rbs', line 7775 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7776 7777 7778 |
# File 'sig/types.rbs', line 7776 def @related_contact_id end |
#ring_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute ring_timeout_in_seconds.
7788 7789 7790 |
# File 'sig/types.rbs', line 7788 def ring_timeout_in_seconds @ring_timeout_in_seconds end |
#source_phone_number ⇒ ::String
Returns the value of attribute source_phone_number.
7781 7782 7783 |
# File 'sig/types.rbs', line 7781 def source_phone_number @source_phone_number end |
#traffic_type ⇒ "GENERAL", "CAMPAIGN"
Returns the value of attribute traffic_type.
7786 7787 7788 |
# File 'sig/types.rbs', line 7786 def traffic_type @traffic_type end |