AWSConnectBatchDisassociateAnalyticsDataSetRequest

Objective-C

@interface AWSConnectBatchDisassociateAnalyticsDataSetRequest

Swift

class AWSConnectBatchDisassociateAnalyticsDataSetRequest
  • An array of associated dataset identifiers to remove.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable dataSetIds;

    Swift

    var dataSetIds: [String]? { get set }
  • The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    Declaration

    Objective-C

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

    Swift

    var instanceId: String? { get set }
  • The identifier of the target account. Use to disassociate a dataset from a different account than the one containing the Amazon Connect instance. If not specified, by default this value is the Amazon Web Services account that has the Amazon Connect instance.

    Declaration

    Objective-C

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

    Swift

    var targetAccountId: String? { get set }