Image Attribute
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ImageAttribute
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ImageAttribute()()()() | Initializes a new instance of the ImageAttribute class | 
|  | BlockDeviceMapping | 
            List of BlockDeviceMappings.
             | 
|  | Description | 
            Image description.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | ImageId | 
            The ID of the AMI.
             | 
|  | IsSetBlockDeviceMapping()()()() | 
            Checks if BlockDeviceMapping property is set
             | 
|  | IsSetDescription()()()() | 
            Checks if Description property is set
             | 
|  | IsSetImageId()()()() | 
            Checks if ImageId property is set
             | 
|  | IsSetKernelId()()()() | 
            Checks if KernelId property is set
             | 
|  | IsSetLaunchPermission()()()() | 
            Checks if LaunchPermission property is set
             | 
|  | IsSetProductCode()()()() | Obsolete. 
            Checks if ProductCode property is set
             | 
|  | IsSetProductCodes()()()() | 
            Checks if ProductCodes property is set
             | 
|  | IsSetRamdiskId()()()() | 
            Checks if RamdiskId property is set
             | 
|  | KernelId | 
            Kernel ID.
             | 
|  | LaunchPermission | 
            Launch permissions.
             | 
|  | ProductCode | Obsolete. 
            Image product codes.
             | 
|  | ProductCodes | 
            Product codes attached to this instance.
             | 
|  | RamdiskId | 
            RAM disk ID.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithBlockDeviceMapping(array<BlockDeviceMapping>[]()[][]) | Obsolete. 
            Sets list of BlockDeviceMappings.
             | 
|  | WithDescription(String) | Obsolete. 
            Sets the image description.
             | 
|  | WithImageId(String) | Obsolete. 
            Sets the ID of the AMI.
             | 
|  | WithKernelId(String) | Obsolete. 
            Sets the kernel ID.
             | 
|  | WithLaunchPermission(array<LaunchPermission>[]()[][]) | Obsolete. 
            Sets the launch permissions.
             | 
|  | WithProductCode(array<String>[]()[][]) | Obsolete. 
            Sets the image product codes.
             | 
|  | WithProductCodes(array<ProductCode>[]()[][]) | Obsolete. 
            Sets the product codes attached to this instance.
             | 
|  | WithRamdiskId(String) | Obsolete. 
            Sets the RAM disk ID.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ImageAttribute |