AWSConnectListTrafficDistributionGroupUsersRequest
Objective-C
@interface AWSConnectListTrafficDistributionGroupUsersRequest
Swift
class AWSConnectListTrafficDistributionGroupUsersRequest
-
The maximum number of results to return per page.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;
Swift
var maxResults: 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 }
-
The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable trafficDistributionGroupId;
Swift
var trafficDistributionGroupId: String? { get set }