AWSConnectListEvaluationFormsResponse
Objective-C
@interface AWSConnectListEvaluationFormsResponse
Swift
class AWSConnectListEvaluationFormsResponse
-
Provides details about a list of evaluation forms belonging to an instance.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectEvaluationFormSummary *> *_Nullable evaluationFormSummaryList;Swift
var evaluationFormSummaryList: [AWSConnectEvaluationFormSummary]? { get set } -
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 }
View on GitHub
Install in Dash
AWSConnectListEvaluationFormsResponse Class Reference