Class: Aws::Types::StartOutboundVoiceContactRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_machine_detection_configTypes::AnswerMachineDetectionConfig

Returns the value of attribute answer_machine_detection_config.



8108
8109
8110
# File 'sig/types.rbs', line 8108

def answer_machine_detection_config
  @answer_machine_detection_config
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


8107
8108
8109
# File 'sig/types.rbs', line 8107

def attributes
  @attributes
end

#campaign_id::String

Returns the value of attribute campaign_id.

Returns:

  • (::String)


8109
8110
8111
# File 'sig/types.rbs', line 8109

def campaign_id
  @campaign_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


8104
8105
8106
# File 'sig/types.rbs', line 8104

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


8102
8103
8104
# File 'sig/types.rbs', line 8102

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8098
8099
8100
# File 'sig/types.rbs', line 8098

def description
  @description
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


8101
8102
8103
# File 'sig/types.rbs', line 8101

def destination_phone_number
  @destination_phone_number
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8103
8104
8105
# File 'sig/types.rbs', line 8103

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8097
8098
8099
# File 'sig/types.rbs', line 8097

def name
  @name
end

#outbound_strategyTypes::OutboundStrategy

Returns the value of attribute outbound_strategy.



8111
8112
8113
# File 'sig/types.rbs', line 8111

def outbound_strategy
  @outbound_strategy
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


8106
8107
8108
# File 'sig/types.rbs', line 8106

def queue_id
  @queue_id
end

#references::Hash[::String, Types::Reference]

Returns the value of attribute references.

Returns:



8099
8100
8101
# File 'sig/types.rbs', line 8099

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


8100
8101
8102
# File 'sig/types.rbs', line 8100

def related_contact_id
  @related_contact_id
end

#ring_timeout_in_seconds::Integer

Returns the value of attribute ring_timeout_in_seconds.

Returns:

  • (::Integer)


8112
8113
8114
# File 'sig/types.rbs', line 8112

def ring_timeout_in_seconds
  @ring_timeout_in_seconds
end

#source_phone_number::String

Returns the value of attribute source_phone_number.

Returns:

  • (::String)


8105
8106
8107
# File 'sig/types.rbs', line 8105

def source_phone_number
  @source_phone_number
end

#traffic_type"GENERAL", "CAMPAIGN"

Returns the value of attribute traffic_type.

Returns:

  • ("GENERAL", "CAMPAIGN")


8110
8111
8112
# File 'sig/types.rbs', line 8110

def traffic_type
  @traffic_type
end