Inherits from AmazonServiceRequestConfig : NSObject
Declared in EC2ResetImageAttributeRequest.h

Overview

Reset Image Attribute Request

Tasks

  •   imageId

    The ID of the AMI whose attribute is being reset.

    property
  •   attribute

    The name of the attribute being reset.

    Available attribute names: launchPermission

    property
  • – init

    Default 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.

  • – description

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

Properties

attribute

The name of the attribute being reset.

Available attribute names: launchPermission

@property (nonatomic, retain) NSString *attribute

Discussion

The name of the attribute being reset.

Available attribute names: launchPermission

Declared In

EC2ResetImageAttributeRequest.h

imageId

The ID of the AMI whose attribute is being reset.

@property (nonatomic, retain) NSString *imageId

Discussion

The ID of the AMI whose attribute is being reset.

Declared In

EC2ResetImageAttributeRequest.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

EC2ResetImageAttributeRequest.h

init

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

- (id)init

Discussion

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

Declared In

EC2ResetImageAttributeRequest.h

initWithImageId:andAttribute:

Constructs a new ResetImageAttributeRequest object. Callers should use properties to initialize any additional object members.

- (id)initWithImageId:(NSString *)theImageId andAttribute:(NSString *)theAttribute

Parameters

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