AWSConnectUseCase
Objective-C
@interface AWSConnectUseCase
Swift
class AWSConnectUseCase
Contains the use case.
-
The Amazon Resource Name (ARN) for the use case.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable useCaseArn;Swift
var useCaseArn: String? { get set } -
The identifier for the use case.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable useCaseId;Swift
var useCaseId: String? { get set } -
The type of use case to associate to the integration association. Each integration association can have only one of each use case type.
Declaration
Objective-C
@property (nonatomic) AWSConnectUseCaseType useCaseType;Swift
var useCaseType: AWSConnectUseCaseType { get set }
View on GitHub
Install in Dash
AWSConnectUseCase Class Reference