C# Class Amazon.CloudFront.Model.DistributionSummary

A summary of the information for an Amazon CloudFront distribution.

Mostrar archivo Open project: aws/aws-sdk-net

Public Methods

Method Description
DistributionSummary ( ) : System

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

Private Methods

Method Description
IsSetARN ( ) : bool
IsSetAliases ( ) : bool
IsSetCacheBehaviors ( ) : bool
IsSetComment ( ) : bool
IsSetCustomErrorResponses ( ) : bool
IsSetDefaultCacheBehavior ( ) : bool
IsSetDomainName ( ) : bool
IsSetEnabled ( ) : bool
IsSetHttpVersion ( ) : bool
IsSetId ( ) : bool
IsSetIsIPV6Enabled ( ) : bool
IsSetLastModifiedTime ( ) : bool
IsSetOrigins ( ) : bool
IsSetPriceClass ( ) : bool
IsSetRestrictions ( ) : bool
IsSetStatus ( ) : bool
IsSetViewerCertificate ( ) : bool
IsSetWebACLId ( ) : bool

Method Details

DistributionSummary() public method

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