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

Class: Aws::CloudFront::Types::DistributionIdList

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#is_truncatedBoolean

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.

Returns:

  • (Boolean)

    A flag that indicates whether more distribution IDs remain to be listed.

#itemsArray<String>

Contains the distribution IDs in the list.

Returns:

  • (Array<String>)

    Contains the distribution IDs in the list.

#markerString

The value provided in the Marker request field.

Returns:

  • (String)

    The value provided in the Marker request field.

#max_itemsInteger

The maximum number of distribution IDs requested.

Returns:

  • (Integer)

    The maximum number of distribution IDs requested.

#next_markerString

Contains the value that you should use in the Marker field of a subsequent request to continue listing distribution IDs where you left off.

Returns:

  • (String)

    Contains the value that you should use in the Marker field of a subsequent request to continue listing distribution IDs where you left off.

#quantityInteger

The total number of distribution IDs returned in the response.

Returns:

  • (Integer)

    The total number of distribution IDs returned in the response.