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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


13231
13232
13233
13234
13235
13236
13237
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13231

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)


13231
13232
13233
13234
13235
13236
13237
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13231

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)


13231
13232
13233
13234
13235
13236
13237
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13231

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