C# 클래스 Amazon.EC2.Model.DescribeImageAttributeRequest

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetAttribute ( ) : bool
IsSetImageId ( ) : bool

메소드 상세

DescribeImageAttributeRequest() 공개 메소드

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

DescribeImageAttributeRequest() 공개 메소드

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.
리턴 System