AWSEC2ReplicateImageResult

Objective-C

@interface AWSEC2ReplicateImageResult

Swift

class AWSEC2ReplicateImageResult

Contains the output of CopyImage.

  • The ID of the new AMI.

    Declaration

    Objective-C

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

    Swift

    var imageId: String? { get set }