AWS SDK for .NET Documentation
DescribeImageAttributeRequest Class
AmazonAmazon.EC2.ModelDescribeImageAttributeRequest Did this page help you?   Yes   No    Tell us about it...
Gets information about an attribute of an AMI. Only one attribute can be specified per call.
Declaration Syntax
C#
public class DescribeImageAttributeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



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

Attribute
Attribute name to be described.

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 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) Obsolete.
Sets the attribute name to be described.

WithImageId(String) Obsolete.
Sets the ID of the AMI for which an attribute will be described.

Inheritance Hierarchy
Object
EC2Request
 DescribeImageAttributeRequest

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