AWSConnectListSecurityKeysResponse
Objective-C
@interface AWSConnectListSecurityKeysResponse
Swift
class AWSConnectListSecurityKeysResponse
-
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 security keys.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectSecurityKey *> *_Nullable securityKeys;Swift
var securityKeys: [AWSConnectSecurityKey]? { get set }
View on GitHub
Install in Dash
AWSConnectListSecurityKeysResponse Class Reference