You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFront::Types::DistributionList

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

A flag that indicates whether more distributions 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 distributions in the list.

Returns:

  • (Boolean)

    A flag that indicates whether more distributions remain to be listed.

#itemsArray<Types::DistributionSummary>

A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

Returns:

  • (Array<Types::DistributionSummary>)

    A complex type that contains one DistributionSummary element for each distribution that was created by the current AWS account.

#markerString

The value you provided for the Marker request parameter.

Returns:

  • (String)

    The value you provided for the Marker request parameter.

#max_itemsInteger

The value you provided for the MaxItems request parameter.

Returns:

  • (Integer)

    The value you provided for the MaxItems request parameter.

#next_markerString

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

Returns:

  • (String)

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

#quantityInteger

The number of distributions that were created by the current AWS account.

Returns:

  • (Integer)

    The number of distributions that were created by the current AWS account.