AWSEC2GetInstanceTpmEkPubResult

Objective-C

@interface AWSEC2GetInstanceTpmEkPubResult

Swift

class AWSEC2GetInstanceTpmEkPubResult
  • The ID of the instance.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable instanceId;

    Swift

    var instanceId: String? { get set }
  • The public endorsement key format.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2EkPubKeyFormat keyFormat;

    Swift

    var keyFormat: AWSEC2EkPubKeyFormat { get set }
  • The public endorsement key type.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2EkPubKeyType keyType;

    Swift

    var keyType: AWSEC2EkPubKeyType { get set }
  • The public endorsement key material.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable keyValue;

    Swift

    var keyValue: String? { get set }