AWSEC2EnclaveOptions

Objective-C

@interface AWSEC2EnclaveOptions

Swift

class AWSEC2EnclaveOptions

Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.

  • If this parameter is set to true, the instance is enabled for Amazon Web Services Nitro Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }