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
- Struct
- Aws::CloudFront::Types::DistributionIdList
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
A flag that indicates whether more distribution IDs remain to be listed.
-
#items ⇒ Array<String>
Contains the distribution IDs in the list.
-
#marker ⇒ String
The value provided in the
Marker
request field. -
#max_items ⇒ Integer
The maximum number of distribution IDs requested.
-
#next_marker ⇒ 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. -
#quantity ⇒ Integer
The total number of distribution IDs returned in the response.
Instance Attribute Details
#is_truncated ⇒ Boolean
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.
#items ⇒ Array<String>
Contains the distribution IDs in the list.
#marker ⇒ String
The value provided in the Marker
request field.
#max_items ⇒ Integer
The maximum number of distribution IDs requested.
#next_marker ⇒ 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.
#quantity ⇒ Integer
The total number of distribution IDs returned in the response.