EC2DiskImageVolumeDescription Class Reference
| Inherits from | NSObject |
| Declared in | EC2DiskImageVolumeDescription.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
sizeThe value of the Size property for this object.
property -
idValueThe value of the Id property for this object.
property -
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
Instance 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
EC2DiskImageVolumeDescription.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
EC2DiskImageVolumeDescription.h