AWSEC2GetInstanceUefiDataResult

Objective-C

@interface AWSEC2GetInstanceUefiDataResult

Swift

class AWSEC2GetInstanceUefiDataResult
  • The ID of the instance from which to retrieve the UEFI data.

    Declaration

    Objective-C

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

    Swift

    var instanceId: String? { get set }
  • Base64 representation of the non-volatile UEFI variable store.

    Declaration

    Objective-C

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

    Swift

    var uefiData: String? { get set }