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
Показать файл Открыть проект Примеры использования класса

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

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