DistributionList class
A distribution list.
Constructors
-
DistributionList({@_s.required bool isTruncated, @_s.required String marker, @_s.required int maxItems, @_s.required int quantity, List<
DistributionSummary> items, String nextMarker}) - DistributionList.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isTruncated → bool
-
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.final -
items
→ List<
DistributionSummary> -
A complex type that contains one
DistributionSummary
element for each distribution that was created by the current AWS account.final - marker → String
-
The value you provided for the
Marker
request parameter.final - maxItems → int
-
The value you provided for the
MaxItems
request parameter.final - nextMarker → String
-
If
IsTruncated
istrue
, this element is present and contains the value you can use for theMarker
request parameter to continue listing your distributions where they left off.final - quantity → int
-
The number of distributions that were created by the current AWS account.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited