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.



7979
7980
7981
# File 'sig/types.rbs', line 7979

def answer_machine_detection_config
  @answer_machine_detection_config
end

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

Returns the value of attribute attributes.

Returns:

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


7978
7979
7980
# File 'sig/types.rbs', line 7978

def attributes
  @attributes
end

#campaign_id::String

Returns the value of attribute campaign_id.

Returns:

  • (::String)


7980
7981
7982
# File 'sig/types.rbs', line 7980

def campaign_id
  @campaign_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7975
7976
7977
# File 'sig/types.rbs', line 7975

def client_token
  @client_token
end

#contact_flow_id::String

Returns the value of attribute contact_flow_id.

Returns:

  • (::String)


7973
7974
7975
# File 'sig/types.rbs', line 7973

def contact_flow_id
  @contact_flow_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


7969
7970
7971
# File 'sig/types.rbs', line 7969

def description
  @description
end

#destination_phone_number::String

Returns the value of attribute destination_phone_number.

Returns:

  • (::String)


7972
7973
7974
# File 'sig/types.rbs', line 7972

def destination_phone_number
  @destination_phone_number
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7974
7975
7976
# File 'sig/types.rbs', line 7974

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7968
7969
7970
# File 'sig/types.rbs', line 7968

def name
  @name
end

#outbound_strategyTypes::OutboundStrategy

Returns the value of attribute outbound_strategy.



7982
7983
7984
# File 'sig/types.rbs', line 7982

def outbound_strategy
  @outbound_strategy
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


7977
7978
7979
# File 'sig/types.rbs', line 7977

def queue_id
  @queue_id
end

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

Returns the value of attribute references.

Returns:



7970
7971
7972
# File 'sig/types.rbs', line 7970

def references
  @references
end

Returns the value of attribute related_contact_id.

Returns:

  • (::String)


7971
7972
7973
# File 'sig/types.rbs', line 7971

def related_contact_id
  @related_contact_id
end

#ring_timeout_in_seconds::Integer

Returns the value of attribute ring_timeout_in_seconds.

Returns:

  • (::Integer)


7983
7984
7985
# File 'sig/types.rbs', line 7983

def ring_timeout_in_seconds
  @ring_timeout_in_seconds
end

#source_phone_number::String

Returns the value of attribute source_phone_number.

Returns:

  • (::String)


7976
7977
7978
# File 'sig/types.rbs', line 7976

def source_phone_number
  @source_phone_number
end

#traffic_type"GENERAL", "CAMPAIGN"

Returns the value of attribute traffic_type.

Returns:

  • ("GENERAL", "CAMPAIGN")


7981
7982
7983
# File 'sig/types.rbs', line 7981

def traffic_type
  @traffic_type
end