AWSConnectCreatedByInfo
Objective-C
@interface AWSConnectCreatedByInfo
Swift
class AWSConnectCreatedByInfo
Information on the identity that created the file.
-
STS or IAM ARN representing the identity of API Caller. SDK users cannot populate this and this value is calculated automatically if
ConnectUserArnis not provided.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable AWSIdentityArn;Swift
var awsIdentityArn: String? { get set } -
An agent ARN representing a connect user.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable connectUserArn;Swift
var connectUserArn: String? { get set }
View on GitHub
Install in Dash
AWSConnectCreatedByInfo Class Reference