AWSEC2NitroTpmInfo

Objective-C

@interface AWSEC2NitroTpmInfo

Swift

class AWSEC2NitroTpmInfo

Describes the supported NitroTPM versions for the instance type.

  • Indicates the supported NitroTPM versions.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<NSString *> *_Nullable supportedVersions;

    Swift

    var supportedVersions: [String]? { get set }