AWSChimeSDKIdentityDescribeAppInstanceResponse
Objective-C
@interface AWSChimeSDKIdentityDescribeAppInstanceResponse
Swift
class AWSChimeSDKIdentityDescribeAppInstanceResponse
-
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance
. All timestamps use epoch milliseconds.Declaration
Objective-C
@property (nonatomic, strong) AWSChimeSDKIdentityAppInstance *_Nullable appInstance;
Swift
var appInstance: AWSChimeSDKIdentityAppInstance? { get set }