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
AppInstanceUser
was created.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTimestamp;
Swift
var createdTimestamp: Date? { get set }
-
The interval after which an
AppInstanceUser
is automatically deleted.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityExpirationSettings *_Nullable expirationSettings;
Swift
var expirationSettings: AWSChimeSDKIdentityExpirationSettings? { get set }
-
The time at which the
AppInstanceUser
was 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 }