AWSConnectListSecurityProfilePermissionsResponse
Objective-C
@interface AWSConnectListSecurityProfilePermissionsResponse
Swift
class AWSConnectListSecurityProfilePermissionsResponse
-
The Amazon Web Services Region where this resource was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable lastModifiedRegion;
Swift
var lastModifiedRegion: String? { get set }
-
The timestamp when this resource was last modified.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable lastModifiedTime;
Swift
var lastModifiedTime: Date? { get set }
-
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 permissions granted to the security profile. For a complete list of valid permissions, see List of security profile permissions.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable permissions;
Swift
var permissions: [String]? { get set }