Class: Aws::Connect::Types::OutboundCallerConfig

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The outbound caller ID name, number, and outbound whisper flow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outbound_caller_id_nameString

The caller ID name.

Returns:

  • (String)


15073
15074
15075
15076
15077
15078
15079
# File 'lib/aws-sdk-connect/types.rb', line 15073

class OutboundCallerConfig < Struct.new(
  :outbound_caller_id_name,
  :outbound_caller_id_number_id,
  :outbound_flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_caller_id_number_idString

The caller ID number.

Returns:

  • (String)


15073
15074
15075
15076
15077
15078
15079
# File 'lib/aws-sdk-connect/types.rb', line 15073

class OutboundCallerConfig < Struct.new(
  :outbound_caller_id_name,
  :outbound_caller_id_number_id,
  :outbound_flow_id)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_flow_idString

The outbound whisper flow to be used during an outbound call.

Returns:

  • (String)


15073
15074
15075
15076
15077
15078
15079
# File 'lib/aws-sdk-connect/types.rb', line 15073

class OutboundCallerConfig < Struct.new(
  :outbound_caller_id_name,
  :outbound_caller_id_number_id,
  :outbound_flow_id)
  SENSITIVE = []
  include Aws::Structure
end