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.

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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