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

Container for the parameters to the GetDistribution operation. Get the information about a distribution.
상속: AmazonCloudFrontRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
GetDistributionRequest ( ) : System

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

GetDistributionRequest ( string id ) : System

Instantiates GetDistributionRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetId ( ) : bool

메소드 상세

GetDistributionRequest() 공개 메소드

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

GetDistributionRequest() 공개 메소드

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