C# Class Amazon.CloudFront.Model.ListInvalidationsRequest

Container for the parameters to the ListInvalidations operation.

List invalidation batches.

Inheritance: AmazonCloudFrontRequest
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ListInvalidationsRequest ( ) : System

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

ListInvalidationsRequest ( string distributionId ) : System

Instantiates ListInvalidationsRequest with the parameterized properties

Private Methods

Méthode Description
IsSetDistributionId ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool

Method Details

ListInvalidationsRequest() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public ListInvalidationsRequest ( ) : System
Résultat System

ListInvalidationsRequest() public méthode

Instantiates ListInvalidationsRequest with the parameterized properties
public ListInvalidationsRequest ( string distributionId ) : System
distributionId string The distribution's ID.
Résultat System