AWS SDK for .NET Documentation
ImageAttribute Class
AmazonAmazon.EC2.ModelImageAttribute Did this page help you?   Yes   No    Tell us about it...
Image Attribute
Declaration Syntax
C#
public class ImageAttribute
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ImageAttribute()()()()
Initializes a new instance of the ImageAttribute class

BlockDeviceMapping
List of BlockDeviceMappings.

Description
Image description.

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
ImageAttribute

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)