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.
8079 8080 8081 |
# File 'sig/types.rbs', line 8079 def answer_machine_detection_config @answer_machine_detection_config end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
8078 8079 8080 |
# File 'sig/types.rbs', line 8078 def attributes @attributes end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
8080 8081 8082 |
# File 'sig/types.rbs', line 8080 def campaign_id @campaign_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8075 8076 8077 |
# File 'sig/types.rbs', line 8075 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8073 8074 8075 |
# File 'sig/types.rbs', line 8073 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8069 8070 8071 |
# File 'sig/types.rbs', line 8069 def description @description end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
8072 8073 8074 |
# File 'sig/types.rbs', line 8072 def destination_phone_number @destination_phone_number end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8074 8075 8076 |
# File 'sig/types.rbs', line 8074 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8068 8069 8070 |
# File 'sig/types.rbs', line 8068 def name @name end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
8082 8083 8084 |
# File 'sig/types.rbs', line 8082 def outbound_strategy @outbound_strategy end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8077 8078 8079 |
# File 'sig/types.rbs', line 8077 def queue_id @queue_id end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8070 8071 8072 |
# File 'sig/types.rbs', line 8070 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8071 8072 8073 |
# File 'sig/types.rbs', line 8071 def @related_contact_id end |
#ring_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute ring_timeout_in_seconds.
8083 8084 8085 |
# File 'sig/types.rbs', line 8083 def ring_timeout_in_seconds @ring_timeout_in_seconds end |
#source_phone_number ⇒ ::String
Returns the value of attribute source_phone_number.
8076 8077 8078 |
# File 'sig/types.rbs', line 8076 def source_phone_number @source_phone_number end |
#traffic_type ⇒ "GENERAL", "CAMPAIGN"
Returns the value of attribute traffic_type.
8081 8082 8083 |
# File 'sig/types.rbs', line 8081 def traffic_type @traffic_type end |