AWSConnectListApprovedOriginsResponse
Objective-C
@interface AWSConnectListApprovedOriginsResponse
Swift
class AWSConnectListApprovedOriginsResponse
-
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 } -
The approved origins.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable origins;Swift
var origins: [String]? { get set }
View on GitHub
Install in Dash
AWSConnectListApprovedOriginsResponse Class Reference