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

Container for the parameters to the ModifyImageAttribute operation. Modifies the specified attribute of the specified AMI. You can specify only one attribute at a time.

AWS Marketplace product codes cannot be modified. Images with an AWS Marketplace product code cannot be made public.

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

공개 메소드들

메소드 설명
ModifyImageAttributeRequest ( ) : System

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

ModifyImageAttributeRequest ( string imageId, string attribute ) : System

Instantiates ModifyImageAttributeRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetAttribute ( ) : bool
IsSetDescription ( ) : bool
IsSetImageId ( ) : bool
IsSetLaunchPermission ( ) : bool
IsSetOperationType ( ) : bool
IsSetProductCodes ( ) : bool
IsSetUserGroups ( ) : bool
IsSetUserIds ( ) : bool
IsSetValue ( ) : bool

메소드 상세

ModifyImageAttributeRequest() 공개 메소드

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

ModifyImageAttributeRequest() 공개 메소드

Instantiates ModifyImageAttributeRequest with the parameterized properties
public ModifyImageAttributeRequest ( string imageId, string attribute ) : System
imageId string The ID of the AMI.
attribute string The name of the attribute to modify.
리턴 System