AWSConnectListAnalyticsDataAssociationsResponse
Objective-C
@interface AWSConnectListAnalyticsDataAssociationsResponse
Swift
class AWSConnectListAnalyticsDataAssociationsResponse
-
If there are additional results, this is the token for the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
An array of successful results:
DataSetId
,TargetAccountId
,ResourceShareId
,ResourceShareArn
. This is a paginated API, sonextToken
is given if there are more results to be returned.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectAnalyticsDataAssociationResult *> *_Nullable results;
Swift
var results: [AWSConnectAnalyticsDataAssociationResult]? { get set }