AWSEC2EnclaveOptionsRequest
Objective-C
@interface AWSEC2EnclaveOptionsRequest
Swift
class AWSEC2EnclaveOptionsRequest
Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see What is AWS Nitro Enclaves? in the AWS Nitro Enclaves User Guide.
-
To enable the instance for AWS Nitro Enclaves, set this parameter to
true
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }