EC2ResetImageAttributeRequest Class Reference
| Inherits from | AmazonServiceRequestConfig : NSObject |
| Declared in | EC2ResetImageAttributeRequest.h |
Tasks
-
imageIdThe ID of the AMI whose attribute is being reset.
property -
attributeThe name of the attribute being reset.
Available attribute names:
propertylaunchPermission -
– initDefault constructor for a new ResetImageAttributeRequest object. Callers should use the property methods to initialize this object after creating it.
-
– initWithImageId:andAttribute:Constructs a new ResetImageAttributeRequest object. Callers should use properties to initialize any additional object members.
-
– 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
EC2ResetImageAttributeRequest.hinit
Default constructor for a new ResetImageAttributeRequest object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new ResetImageAttributeRequest object. Callers should use the property methods to initialize this object after creating it.
Declared In
EC2ResetImageAttributeRequest.hinitWithImageId:andAttribute:
Constructs a new ResetImageAttributeRequest object. Callers should use properties to initialize any additional object members.
- (id)initWithImageId:(NSString *)theImageId andAttribute:(NSString *)theAttributeParameters
- theImageId
The ID of the AMI whose attribute is being reset.
- theAttribute
The name of the attribute being reset.
Available attribute names:
launchPermission
Discussion
Constructs a new ResetImageAttributeRequest object. Callers should use properties to initialize any additional object members.
Declared In
EC2ResetImageAttributeRequest.h