Class: Aws::Connect::Types::OutboundCallerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutboundCallerConfig
- 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
-
#outbound_caller_id_name ⇒ String
The caller ID name.
-
#outbound_caller_id_number_id ⇒ String
The caller ID number.
-
#outbound_flow_id ⇒ String
The outbound whisper flow to be used during an outbound call.
Instance Attribute Details
#outbound_caller_id_name ⇒ String
The caller ID name.
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_id ⇒ String
The caller ID number.
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_id ⇒ String
The outbound whisper flow to be used during an outbound call.
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 |