class Aws::CloudFront::Types::DistributionList

A distribution list.

@!attribute [rw] marker

The value you provided for the `Marker` request parameter.
@return [String]

@!attribute [rw] next_marker

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.
@return [String]

@!attribute [rw] max_items

The value you provided for the `MaxItems` request parameter.
@return [Integer]

@!attribute [rw] is_truncated

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.
@return [Boolean]

@!attribute [rw] quantity

The number of distributions that were created by the current
account.
@return [Integer]

@!attribute [rw] items

A complex type that contains one `DistributionSummary` element for
each distribution that was created by the current account.
@return [Array<Types::DistributionSummary>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/DistributionList AWS API Documentation

Constants

SENSITIVE