AWSConnectSecurityKey
Objective-C
@interface AWSConnectSecurityKey
Swift
class AWSConnectSecurityKey
Configuration information of the security key.
-
The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable associationId;
Swift
var associationId: String? { get set }
-
When the security key was created.
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable creationTime;
Swift
var creationTime: Date? { get set }
-
The key of the security key.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable key;
Swift
var key: String? { get set }