Class: Aws::Connect::Types::OutboundCallerConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::OutboundCallerConfig
- 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
-
#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.
15990 15991 15992 15993 15994 15995 15996 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15990 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.
15990 15991 15992 15993 15994 15995 15996 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15990 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.
15990 15991 15992 15993 15994 15995 15996 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 15990 class OutboundCallerConfig < Struct.new( :outbound_caller_id_name, :outbound_caller_id_number_id, :outbound_flow_id) SENSITIVE = [] include Aws::Structure end |