C# Class Amazon.EC2.Model.DescribeImageAttributeRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DescribeImageAttributeRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DescribeImageAttributeRequest ( string imageId, ImageAttributeName attribute ) : System

Instantiates DescribeImageAttributeRequest with the parameterized properties

Private Methods

Method Description
IsSetAttribute ( ) : bool
IsSetImageId ( ) : bool

Method Details

DescribeImageAttributeRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DescribeImageAttributeRequest ( ) : System
return System

DescribeImageAttributeRequest() public method

Instantiates DescribeImageAttributeRequest with the parameterized properties
public DescribeImageAttributeRequest ( string imageId, ImageAttributeName attribute ) : System
imageId string The ID of the AMI.
attribute ImageAttributeName The AMI attribute. Note: Depending on your account privileges, the blockDeviceMapping attribute may return a Client.AuthFailure error. If this happens, use DescribeImages to get information about the block device mapping for the AMI.
return System