AWS SDK for .NET Documentation
GetInvalidationListResponse Class
AmazonAmazon.CloudFront_2012_03_15.ModelGetInvalidationListResponse Did this page help you?   Yes   No    Tell us about it...
The GetInvalidationListResponse contains the list of invalidations done on a particular distribution and any headers returned by CloudFront.
Declaration Syntax
C#
public class GetInvalidationListResponse : CloudFrontResponse
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetInvalidationListResponse()()()()
Initializes a new instance of the GetInvalidationListResponse class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Gets and sets the ETag property.
(Inherited from CloudFrontResponse.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Headers
Gets and sets the Headers property.
(Inherited from CloudFrontResponse.)
IsTruncated
Gets and Sets the IsTruncated property which indicated whether all the data was returned from Cloudfront. If the value is true the NextMarker property can be used on another request to get the next page of data.

Marker
Gets and Sets the Marker property.

MaxItems
Gets and Sets the MaxItems property.

NextMarker
Gets and Sets the NextMarker property. If IsTruncated is true, this element is present and contains the value you can use for the Marker request parameter to continue listing your invalidations where they left off.

RequestId
Gets and sets the RequestId property.
(Inherited from CloudFrontResponse.)
Summaries
Gets and Sets the Summaries property.

ToString()()()()
Returns the string representation of the response.
(Inherited from CloudFrontResponse.)
XML
Gets and sets the XML property. This is the original XML response received from CloudFront
(Inherited from CloudFrontResponse.)
Inheritance Hierarchy
Object
CloudFrontResponse
 GetInvalidationListResponse

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)