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

Container for the parameters to the GetCloudFrontOriginAccessIdentityConfig operation.

Get the configuration information about an origin access identity.

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

공개 메소드들

메소드 설명
GetCloudFrontOriginAccessIdentityConfigRequest ( ) : System

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

GetCloudFrontOriginAccessIdentityConfigRequest ( string id ) : System

Instantiates GetCloudFrontOriginAccessIdentityConfigRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetId ( ) : bool

메소드 상세

GetCloudFrontOriginAccessIdentityConfigRequest() 공개 메소드

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

GetCloudFrontOriginAccessIdentityConfigRequest() 공개 메소드

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