AWS SDK for .NET Documentation
CloudFrontOriginAccessIdentityList Class
AmazonAmazon.CloudFront.ModelCloudFrontOriginAccessIdentityList Did this page help you?   Yes   No    Tell us about it...
The CloudFrontOriginAccessIdentityList type.
Declaration Syntax
C#
public class CloudFrontOriginAccessIdentityList
Members
All MembersConstructorsMethodsProperties



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

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsTruncated
Gets and sets the property IsTruncated. A flag that indicates whether more origin access identities remain to be listed. If your results were truncated, you can make a follow-up pagination request using the Marker request parameter to retrieve more items in the list.

Items
Gets and sets the property Items. A complex type that contains one CloudFrontOriginAccessIdentitySummary element for each origin access identity that was created by the current AWS account.

Marker
Gets and sets the property Marker. The value you provided for the Marker request parameter.

MaxItems
Gets and sets the property MaxItems. The value you provided for the MaxItems request parameter.

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

Quantity
Gets and sets the property Quantity. The number of CloudFront origin access identities that were created by the current AWS account.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIsTruncated(Boolean) Obsolete.
Sets the IsTruncated property

WithItems(array<CloudFrontOriginAccessIdentitySummary>[]()[][]) Obsolete.
Sets the Items property

WithItems(IEnumerable<(Of <<'(CloudFrontOriginAccessIdentitySummary>)>>)) Obsolete.
Sets the Items property

WithMarker(String) Obsolete.
Sets the Marker property

WithMaxItems(Int32) Obsolete.
Sets the MaxItems property

WithNextMarker(String) Obsolete.
Sets the NextMarker property

WithQuantity(Int32) Obsolete.
Sets the Quantity property

Inheritance Hierarchy
Object
CloudFrontOriginAccessIdentityList

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