AWSConnectListSecurityProfilesResponse
Objective-C
@interface AWSConnectListSecurityProfilesResponse
Swift
class AWSConnectListSecurityProfilesResponse
-
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 }
-
Information about the security profiles.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSConnectSecurityProfileSummary *> *_Nullable securityProfileSummaryList;
Swift
var securityProfileSummaryList: [AWSConnectSecurityProfileSummary]? { get set }