AWSChimeSDKIdentityAppInstanceSummary

Objective-C

@interface AWSChimeSDKIdentityAppInstanceSummary

Swift

class AWSChimeSDKIdentityAppInstanceSummary

Summary of the data for an AppInstance.

  • The AppInstance ARN.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable appInstanceArn;

    Swift

    var appInstanceArn: String? { get set }
  • The metadata of the AppInstance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable metadata;

    Swift

    var metadata: String? { get set }
  • The name of the AppInstance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable name;

    Swift

    var name: String? { get set }