DistributionList

A distribution list.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

A complex type that contains one DistributionSummary element for each distribution that was created by the current Amazon Web Services account.

Link copied to clipboard

The value you provided for the Marker request parameter.

Link copied to clipboard

The value you provided for the MaxItems request parameter.

Link copied to clipboard

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.

Link copied to clipboard

The number of distributions that were created by the current Amazon Web Services account.

Functions

Link copied to clipboard
inline fun copy(block: DistributionList.Builder.() -> Unit = {}): DistributionList
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String