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