EC2TerminateInstancesResponse Class Reference
| Inherits from | EC2Response : AmazonServiceResponse : NSObject |
| Declared in | EC2TerminateInstancesResponse.h |
Tasks
-
– setException:If an exception was thrown, this will return the exception.
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
terminatingInstancesThe list of the terminating instances and details on how their state has changed.
property -
– terminatingInstancesObjectAtIndex:Returns a value from the terminatingInstances array for the specified index
-
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
terminatingInstances
The list of the terminating instances and details on how their state has changed.
@property (nonatomic, retain) NSMutableArray *terminatingInstancesDiscussion
The list of the terminating instances and details on how their state has changed.
Declared In
EC2TerminateInstancesResponse.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
EC2TerminateInstancesResponse.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
EC2TerminateInstancesResponse.hsetException:
If an exception was thrown, this will return the exception.
- (void)setException:(AmazonServiceException *)theExceptionDiscussion
If an exception was thrown, this will return the exception.
Declared In
AmazonServiceResponse.hterminatingInstancesObjectAtIndex:
Returns a value from the terminatingInstances array for the specified index
- (EC2InstanceStateChange *)terminatingInstancesObjectAtIndex:(int)indexDiscussion
Returns a value from the terminatingInstances array for the specified index
Declared In
EC2TerminateInstancesResponse.h