AWSEC2ImportVolumeRequest

Objective-C

@interface AWSEC2ImportVolumeRequest

Swift

class AWSEC2ImportVolumeRequest
  • The Availability Zone for the resulting EBS volume.

    Declaration

    Objective-C

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

    Swift

    var availabilityZone: String? { get set }
  • A description of the volume.

    Declaration

    Objective-C

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

    Swift

    var detail: String? { get set }
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable dryRun;

    Swift

    var dryRun: NSNumber? { get set }
  • The disk image.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2DiskImageDetail *_Nullable image;

    Swift

    var image: AWSEC2DiskImageDetail? { get set }
  • The volume size.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2VolumeDetail *_Nullable volume;

    Swift

    var volume: AWSEC2VolumeDetail? { get set }