AWSEC2RegisterImageResult

Objective-C

@interface AWSEC2RegisterImageResult

Swift

class AWSEC2RegisterImageResult

Contains the output of RegisterImage.

  • The ID of the newly registered AMI.

    Declaration

    Objective-C

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

    Swift

    var imageId: String? { get set }