AWSConnectListRulesResponse
Objective-C
@interface AWSConnectListRulesResponse
Swift
class AWSConnectListRulesResponse
-
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 } -
Summary information about a rule.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectRuleSummary *> *_Nullable ruleSummaryList;Swift
var ruleSummaryList: [AWSConnectRuleSummary]? { get set }
View on GitHub
Install in Dash
AWSConnectListRulesResponse Class Reference