AWSConnectUpdateQueueOutboundCallerConfigRequest
Objective-C
@interface AWSConnectUpdateQueueOutboundCallerConfigRequestSwift
class AWSConnectUpdateQueueOutboundCallerConfigRequest- 
                  
                  The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable instanceId;Swift var instanceId: String? { get set }
- 
                  
                  The outbound caller ID name, number, and outbound whisper flow. DeclarationObjective-C @property (nonatomic, strong) AWSConnectOutboundCallerConfig *_Nullable outboundCallerConfig;Swift var outboundCallerConfig: AWSConnectOutboundCallerConfig? { get set }
- 
                  
                  The identifier for the queue. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable queueId;Swift var queueId: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSConnectUpdateQueueOutboundCallerConfigRequest Class Reference
        AWSConnectUpdateQueueOutboundCallerConfigRequest Class Reference