C# Class Amazon.CloudFront.Model.Restrictions

A complex type that identifies ways in which you want to restrict distribution of your content.
Datei anzeigen Open project: aws/aws-sdk-net

Public Methods

Method Description
Restrictions ( ) : System

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

Restrictions ( GeoRestriction geoRestriction ) : System

Instantiates Restrictions with the parameterized properties

Private Methods

Method Description
IsSetGeoRestriction ( ) : bool

Method Details

Restrictions() public method

Empty constructor used to set properties independently even when a simple constructor is available
public Restrictions ( ) : System
return System

Restrictions() public method

Instantiates Restrictions with the parameterized properties
public Restrictions ( GeoRestriction geoRestriction ) : System
geoRestriction GeoRestriction Sets the Restrictions GeoRestriction property
return System