C# Класс Amazon.CloudFront.Model.GetCloudFrontOriginAccessIdentityRequest

Container for the parameters to the GetCloudFrontOriginAccessIdentity operation.

Get the information about an origin access identity.

Наследование: AmazonCloudFrontRequest
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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