AWSConnectSearchResourceTagsResponse
Objective-C
@interface AWSConnectSearchResourceTagsResponse
Swift
class AWSConnectSearchResourceTagsResponse
-
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 }
-
A list of tags used in the Amazon Connect instance.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectTagSet *> *_Nullable tags;
Swift
var tags: [AWSConnectTagSet]? { get set }