class Aws::CloudFront::Types::DistributionIdList

A list of distribution IDs.

@!attribute [rw] marker

The value provided in the `Marker` request field.
@return [String]

@!attribute [rw] next_marker

Contains the value that you should use in the `Marker` field of a
subsequent request to continue listing distribution IDs where you
left off.
@return [String]

@!attribute [rw] max_items

The maximum number of distribution IDs requested.
@return [Integer]

@!attribute [rw] is_truncated

A flag that indicates whether more distribution IDs remain to be
listed. If your results were truncated, you can make a subsequent
request using the `Marker` request field to retrieve more
distribution IDs in the list.
@return [Boolean]

@!attribute [rw] quantity

The total number of distribution IDs returned in the response.
@return [Integer]

@!attribute [rw] items

Contains the distribution IDs in the list.
@return [Array<String>]

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

Constants

SENSITIVE