PublicKeyList class
A list of public keys you've added to CloudFront to use with features like field-level encryption.
Constructors
-
PublicKeyList({required int maxItems, required int quantity, List<
PublicKeySummary> ? items, String? nextMarker}) - PublicKeyList.fromXml(XmlElement elem)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
PublicKeySummary> ? -
An array of information about a public key you add to CloudFront to use with
features like field-level encryption.
final
- maxItems → int
-
The maximum number of public keys you want in the response body.
final
- nextMarker → String?
-
If there are more elements to be listed, this element is present and
contains the value that you can use for the
Marker
request parameter to continue listing your public keys where you left off.final - quantity → int
-
The number of public keys you added to CloudFront to use with features like
field-level encryption.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited