Inherits from NSObject
Declared in EC2ImportVolumeTaskDetails.h

Overview

Import Volume Task Details

Tasks

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   bytesConverted

    The value of the BytesConverted property for this object.

    property
  •   availabilityZone

    The value of the AvailabilityZone property for this object.

    property
  •   descriptionValue

    The value of the Description property for this object.

    property
  •   image

    The value of the Image property for this object.

    property
  •   volume

    The value of the Volume property for this object.

    property
  • – description

    Returns a string representation of this object; useful for testing and debugging.

Properties

availabilityZone

The value of the AvailabilityZone property for this object.

@property (nonatomic, retain) NSString *availabilityZone

Discussion

The value of the AvailabilityZone property for this object.

Declared In

EC2ImportVolumeTaskDetails.h

bytesConverted

The value of the BytesConverted property for this object.

@property (nonatomic, retain) NSNumber *bytesConverted

Discussion

The value of the BytesConverted property for this object.

Declared In

EC2ImportVolumeTaskDetails.h

descriptionValue

The value of the Description property for this object.

@property (nonatomic, retain) NSString *descriptionValue

Discussion

The value of the Description property for this object.

Declared In

EC2ImportVolumeTaskDetails.h

image

The value of the Image property for this object.

@property (nonatomic, retain) EC2DiskImageDescription *image

Discussion

The value of the Image property for this object.

Declared In

EC2ImportVolumeTaskDetails.h

volume

The value of the Volume property for this object.

@property (nonatomic, retain) EC2DiskImageVolumeDescription *volume

Discussion

The value of the Volume property for this object.

Declared In

EC2ImportVolumeTaskDetails.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

EC2ImportVolumeTaskDetails.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

EC2ImportVolumeTaskDetails.h