AWSChimeSDKIdentityCreateAppInstanceAdminResponse
Objective-C
@interface AWSChimeSDKIdentityCreateAppInstanceAdminResponse
Swift
class AWSChimeSDKIdentityCreateAppInstanceAdminResponse
-
The ARN and name of the administrator, the ARN of the
AppInstance
, and the created and last-updated timestamps. All timestamps use epoch milliseconds.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityIdentity *_Nullable appInstanceAdmin;
Swift
var appInstanceAdmin: AWSChimeSDKIdentityIdentity? { get set }
-
The ARN of the of the admin for the
AppInstance
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceArn;
Swift
var appInstanceArn: String? { get set }