AWSConnectAnalyticsDataAssociationResult

Objective-C

@interface AWSConnectAnalyticsDataAssociationResult

Swift

class AWSConnectAnalyticsDataAssociationResult

This API is in preview release for Amazon Connect and is subject to change.

Information about associations that are successfully created: DataSetId, TargetAccountId, ResourceShareId, ResourceShareArn.

  • The identifier of the dataset.

    Declaration

    Objective-C

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

    Swift

    var dataSetId: String? { get set }
  • The Amazon Resource Name (ARN) of the Resource Access Manager share.

    Declaration

    Objective-C

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

    Swift

    var resourceShareArn: String? { get set }
  • The Resource Access Manager share ID.

    Declaration

    Objective-C

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

    Swift

    var resourceShareId: String? { get set }
  • The identifier of the target account.

    Declaration

    Objective-C

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

    Swift

    var targetAccountId: String? { get set }