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.
8206 8207 8208 |
# File 'sig/types.rbs', line 8206 def answer_machine_detection_config @answer_machine_detection_config end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
8205 8206 8207 |
# File 'sig/types.rbs', line 8205 def attributes @attributes end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
8207 8208 8209 |
# File 'sig/types.rbs', line 8207 def campaign_id @campaign_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
8202 8203 8204 |
# File 'sig/types.rbs', line 8202 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
8200 8201 8202 |
# File 'sig/types.rbs', line 8200 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
8196 8197 8198 |
# File 'sig/types.rbs', line 8196 def description @description end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
8199 8200 8201 |
# File 'sig/types.rbs', line 8199 def destination_phone_number @destination_phone_number end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8201 8202 8203 |
# File 'sig/types.rbs', line 8201 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8195 8196 8197 |
# File 'sig/types.rbs', line 8195 def name @name end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
8209 8210 8211 |
# File 'sig/types.rbs', line 8209 def outbound_strategy @outbound_strategy end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
8204 8205 8206 |
# File 'sig/types.rbs', line 8204 def queue_id @queue_id end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
8197 8198 8199 |
# File 'sig/types.rbs', line 8197 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
8198 8199 8200 |
# File 'sig/types.rbs', line 8198 def @related_contact_id end |
#ring_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute ring_timeout_in_seconds.
8210 8211 8212 |
# File 'sig/types.rbs', line 8210 def ring_timeout_in_seconds @ring_timeout_in_seconds end |
#source_phone_number ⇒ ::String
Returns the value of attribute source_phone_number.
8203 8204 8205 |
# File 'sig/types.rbs', line 8203 def source_phone_number @source_phone_number end |
#traffic_type ⇒ "GENERAL", "CAMPAIGN"
Returns the value of attribute traffic_type.
8208 8209 8210 |
# File 'sig/types.rbs', line 8208 def traffic_type @traffic_type end |