AWSChimeSDKIdentityDescribeAppInstanceAdminResponse
Objective-C
@interface AWSChimeSDKIdentityDescribeAppInstanceAdminResponse
Swift
class AWSChimeSDKIdentityDescribeAppInstanceAdminResponse
-
The ARN and name of the
AppInstanceUser
, the ARN of theAppInstance
, and the created and last-updated timestamps. All timestamps use epoch milliseconds.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityAppInstanceAdmin *_Nullable appInstanceAdmin;
Swift
var appInstanceAdmin: AWSChimeSDKIdentityAppInstanceAdmin? { get set }