AWSChimeSDKIdentityAppInstanceUser
Objective-C
@interface AWSChimeSDKIdentityAppInstanceUser
Swift
class AWSChimeSDKIdentityAppInstanceUser
The details of an AppInstanceUser.
-
The ARN of the
AppInstanceUser.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceUserArn;Swift
var appInstanceUserArn: String? { get set } -
The time at which the
AppInstanceUserwas created.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTimestamp;Swift
var createdTimestamp: Date? { get set } -
The interval after which an
AppInstanceUseris automatically deleted.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityExpirationSettings *_Nullable expirationSettings;Swift
var expirationSettings: AWSChimeSDKIdentityExpirationSettings? { get set } -
The time at which the
AppInstanceUserwas last updated.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedTimestamp;Swift
var lastUpdatedTimestamp: Date? { get set } -
The metadata of the
AppInstanceUser.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metadata;Swift
var metadata: String? { get set } -
The name of the
AppInstanceUser.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;Swift
var name: String? { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityAppInstanceUser Class Reference