C# 클래스 Amazon.CloudFront.Model.DeleteCloudFrontOriginAccessIdentityRequest

Container for the parameters to the DeleteCloudFrontOriginAccessIdentity operation.

Delete an origin access identity.

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

공개 메소드들

메소드 설명
DeleteCloudFrontOriginAccessIdentityRequest ( ) : System

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

DeleteCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch ) : System

Instantiates DeleteCloudFrontOriginAccessIdentityRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetId ( ) : bool
IsSetIfMatch ( ) : bool

메소드 상세

DeleteCloudFrontOriginAccessIdentityRequest() 공개 메소드

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

DeleteCloudFrontOriginAccessIdentityRequest() 공개 메소드

Instantiates DeleteCloudFrontOriginAccessIdentityRequest with the parameterized properties
public DeleteCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch ) : System
id string The origin access identity's ID.
ifMatch string The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.
리턴 System