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.
7954 7955 7956 |
# File 'sig/types.rbs', line 7954 def answer_machine_detection_config @answer_machine_detection_config end |
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
7953 7954 7955 |
# File 'sig/types.rbs', line 7953 def attributes @attributes end |
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
7955 7956 7957 |
# File 'sig/types.rbs', line 7955 def campaign_id @campaign_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7950 7951 7952 |
# File 'sig/types.rbs', line 7950 def client_token @client_token end |
#contact_flow_id ⇒ ::String
Returns the value of attribute contact_flow_id.
7948 7949 7950 |
# File 'sig/types.rbs', line 7948 def contact_flow_id @contact_flow_id end |
#description ⇒ ::String
Returns the value of attribute description.
7944 7945 7946 |
# File 'sig/types.rbs', line 7944 def description @description end |
#destination_phone_number ⇒ ::String
Returns the value of attribute destination_phone_number.
7947 7948 7949 |
# File 'sig/types.rbs', line 7947 def destination_phone_number @destination_phone_number end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7949 7950 7951 |
# File 'sig/types.rbs', line 7949 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
7943 7944 7945 |
# File 'sig/types.rbs', line 7943 def name @name end |
#outbound_strategy ⇒ Types::OutboundStrategy
Returns the value of attribute outbound_strategy.
7957 7958 7959 |
# File 'sig/types.rbs', line 7957 def outbound_strategy @outbound_strategy end |
#queue_id ⇒ ::String
Returns the value of attribute queue_id.
7952 7953 7954 |
# File 'sig/types.rbs', line 7952 def queue_id @queue_id end |
#references ⇒ ::Hash[::String, Types::Reference]
Returns the value of attribute references.
7945 7946 7947 |
# File 'sig/types.rbs', line 7945 def references @references end |
#related_contact_id ⇒ ::String
Returns the value of attribute related_contact_id.
7946 7947 7948 |
# File 'sig/types.rbs', line 7946 def @related_contact_id end |
#ring_timeout_in_seconds ⇒ ::Integer
Returns the value of attribute ring_timeout_in_seconds.
7958 7959 7960 |
# File 'sig/types.rbs', line 7958 def ring_timeout_in_seconds @ring_timeout_in_seconds end |
#source_phone_number ⇒ ::String
Returns the value of attribute source_phone_number.
7951 7952 7953 |
# File 'sig/types.rbs', line 7951 def source_phone_number @source_phone_number end |
#traffic_type ⇒ "GENERAL", "CAMPAIGN"
Returns the value of attribute traffic_type.
7956 7957 7958 |
# File 'sig/types.rbs', line 7956 def traffic_type @traffic_type end |