AWSConnectSearchPredefinedAttributesResponse
Objective-C
@interface AWSConnectSearchPredefinedAttributesResponse
Swift
class AWSConnectSearchPredefinedAttributesResponse
-
The approximate number of predefined attributes which matched your search query.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable approximateTotalCount;
Swift
var approximateTotalCount: NSNumber? { get set }
-
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
Predefined attributes matched by the search criteria.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectPredefinedAttribute *> *_Nullable predefinedAttributes;
Swift
var predefinedAttributes: [AWSConnectPredefinedAttribute]? { get set }