AWSChimeSDKIdentityAppInstanceAdmin

Objective-C

@interface AWSChimeSDKIdentityAppInstanceAdmin

Swift

class AWSChimeSDKIdentityAppInstanceAdmin

The name and ARN of the admin for the AppInstance.

  • The AppInstanceAdmin data.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSChimeSDKIdentityIdentity *_Nullable admin;

    Swift

    var admin: AWSChimeSDKIdentityIdentity? { get set }
  • The ARN of the AppInstance for 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 }