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

Container for the parameters to the GetCloudFrontOriginAccessIdentity operation.

Get the information about an origin access identity.

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

공개 메소드들

메소드 설명
GetCloudFrontOriginAccessIdentityRequest ( ) : System

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

GetCloudFrontOriginAccessIdentityRequest ( string id ) : System

Instantiates GetCloudFrontOriginAccessIdentityRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetId ( ) : bool

메소드 상세

GetCloudFrontOriginAccessIdentityRequest() 공개 메소드

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

GetCloudFrontOriginAccessIdentityRequest() 공개 메소드

Instantiates GetCloudFrontOriginAccessIdentityRequest with the parameterized properties
public GetCloudFrontOriginAccessIdentityRequest ( string id ) : System
id string The identity's ID.
리턴 System