AWSChimeSDKIdentityAppInstanceAdmin
Objective-C
@interface AWSChimeSDKIdentityAppInstanceAdmin
Swift
class AWSChimeSDKIdentityAppInstanceAdmin
The name and ARN of the admin for the AppInstance.
-
The
AppInstanceAdmindata.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityIdentity *_Nullable admin;Swift
var admin: AWSChimeSDKIdentityIdentity? { get set } -
The ARN of the
AppInstancefor which the user is an administrator.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceArn;Swift
var appInstanceArn: String? { get set } -
The time at which an administrator was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTimestamp;Swift
var createdTimestamp: Date? { get set }
View on GitHub
Install in Dash
AWSChimeSDKIdentityAppInstanceAdmin Class Reference