AWSKMSCreateCustomKeyStoreResponse
Objective-C
@interface AWSKMSCreateCustomKeyStoreResponse
Swift
class AWSKMSCreateCustomKeyStoreResponse
-
A unique identifier for the new custom key store.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable customKeyStoreId;
Swift
var customKeyStoreId: String? { get set }