Returns information about an attribute of an AMI.
Only one attribute can be specified per call.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeImageAttributeRequest
Public Class DescribeImageAttributeRequest
public ref class DescribeImageAttributeRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeImageAttributeRequest()()()() | Initializes a new instance of the DescribeImageAttributeRequest class | |
| Attribute |
Gets and sets the Attribute property.
Attribute name to be described.Valid values:
launchPermission | productCodes | kernel
| ramdisk | blockDeviceMapping | platform
| |
| 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 |
Gets and sets the ImageId property.
The ID of the AMI for which an attribute will
be described.
| |
| IsSetAttribute()()()() |
Checks if Attribute property is set
| |
| IsSetImageId()()()() |
Checks if ImageId property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| WithAttribute(String) |
Sets the Attribute property
| |
| WithImageId(String) |
Sets the ImageId property
|