EC2ImportVolumeTaskDetails Class Reference
| Inherits from | NSObject |
| Declared in | EC2ImportVolumeTaskDetails.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
bytesConvertedThe value of the BytesConverted property for this object.
property -
availabilityZoneThe value of the AvailabilityZone property for this object.
property -
descriptionValueThe value of the Description property for this object.
property -
imageThe value of the Image property for this object.
property -
volumeThe value of the Volume property for this object.
property -
– descriptionReturns 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 *availabilityZoneDiscussion
The value of the AvailabilityZone property for this object.
Declared In
EC2ImportVolumeTaskDetails.hbytesConverted
The value of the BytesConverted property for this object.
@property (nonatomic, retain) NSNumber *bytesConvertedDiscussion
The value of the BytesConverted property for this object.
Declared In
EC2ImportVolumeTaskDetails.hdescriptionValue
The value of the Description property for this object.
@property (nonatomic, retain) NSString *descriptionValueDiscussion
The value of the Description property for this object.
Declared In
EC2ImportVolumeTaskDetails.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
EC2ImportVolumeTaskDetails.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
EC2ImportVolumeTaskDetails.h