class Aws::Connect::Types::UpdateQueueOutboundCallerConfigRequest

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

data as a hash:

    {
      instance_id: "InstanceId", # required
      queue_id: "QueueId", # required
      outbound_caller_config: { # required
        outbound_caller_id_name: "OutboundCallerIdName",
        outbound_caller_id_number_id: "PhoneNumberId",
        outbound_flow_id: "ContactFlowId",
      },
    }

@!attribute [rw] instance_id

The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
@return [String]

@!attribute [rw] queue_id

The identifier for the queue.
@return [String]

@!attribute [rw] outbound_caller_config

The outbound caller ID name, number, and outbound whisper flow.
@return [Types::OutboundCallerConfig]

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

Constants

SENSITIVE