AWSEC2CreateStoreImageTaskResult

Objective-C

@interface AWSEC2CreateStoreImageTaskResult

Swift

class AWSEC2CreateStoreImageTaskResult
  • The name of the stored AMI object in the S3 bucket.

    Declaration

    Objective-C

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

    Swift

    var objectKey: String? { get set }