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

A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type for the default cache behavior or for any of the other cache behaviors for this distribution. These are accounts that you want to allow to create signed URLs for private content.

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

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

Метод Описание
ActiveTrustedSigners ( ) : System

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

ActiveTrustedSigners ( List items ) : System

Instantiates ActiveTrustedSigners with the parameterized properties

Приватные методы

Метод Описание
IsSetEnabled ( ) : bool
IsSetItems ( ) : bool
IsSetQuantity ( ) : bool

Описание методов

ActiveTrustedSigners() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public ActiveTrustedSigners ( ) : System
Результат System

ActiveTrustedSigners() публичный Метод

Instantiates ActiveTrustedSigners with the parameterized properties
public ActiveTrustedSigners ( List items ) : System
items List A complex type that contains one Signer complex type for each trusted signer that is specified in the TrustedSigners complex type. For more information, see ActiveTrustedSigners.
Результат System