class Aws::CloudFront::Types::StreamingDistributionList
A streaming 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 RTMP 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 streaming 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 streaming distributions that were created by the current account. @return [Integer]
@!attribute [rw] items
A complex type that contains one `StreamingDistributionSummary` element for each distribution that was created by the current account. @return [Array<Types::StreamingDistributionSummary>]
@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/StreamingDistributionList AWS API Documentation
Constants
- SENSITIVE