AWSChimeSDKIdentityAppInstance
Objective-C
@interface AWSChimeSDKIdentityAppInstance
Swift
class AWSChimeSDKIdentityAppInstance
The details of an AppInstance
, an instance of an Amazon Chime SDK messaging application.
-
The ARN of the messaging instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable appInstanceArn;
Swift
var appInstanceArn: String? { get set }
-
The time at which an
AppInstance
was created. In epoch milliseconds.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable createdTimestamp;
Swift
var createdTimestamp: Date? { get set }
-
The time an
AppInstance
was last updated. In epoch milliseconds.Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastUpdatedTimestamp;
Swift
var lastUpdatedTimestamp: Date? { get set }
-
The metadata of an
AppInstance
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable metadata;
Swift
var metadata: String? { get set }
-
The name of an
AppInstance
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }