Returns information about an attribute of an AMI. Only one attribute can be specified per call.

Namespace: Amazon.EC2.Model
Assembly: 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  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
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
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()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithAttribute(String)
Sets the Attribute property
WithImageId(String)
Sets the ImageId property

Inheritance Hierarchy

System..::..Object
  Amazon.EC2.Model..::..DescribeImageAttributeRequest

See Also