class Aws::Connect::Types::OutboundCallerConfig

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

@note When making an API call, you may pass OutboundCallerConfig

data as a hash:

    {
      outbound_caller_id_name: "OutboundCallerIdName",
      outbound_caller_id_number_id: "PhoneNumberId",
      outbound_flow_id: "ContactFlowId",
    }

@!attribute [rw] outbound_caller_id_name

The caller ID name.
@return [String]

@!attribute [rw] outbound_caller_id_number_id

The caller ID number.
@return [String]

@!attribute [rw] outbound_flow_id

The outbound whisper flow to be used during an outbound call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/OutboundCallerConfig AWS API Documentation

Constants

SENSITIVE